Esteemed monks,

I'm looking for a way to provide my scripts with virtual filesystem, ie, I would like to catch all the access to, for example '/myfs/'.

open($fd,"/myfs/file.1");

This can be done on OS-level, but that would be system-wide, not script-wide, OSes like HURD provide you with similar facilities, you can also trick app with dynamic-library overloading tricks, but I'm looking for something on perl-level (if it's at all doable).

I do understand that any perl-based solution would be invisible to some non-pure-perl modules, but it should still be usefull.

Is there anything like that outthere? (or maybe is it at all doable?)

UPDATE

I wonder why I haven't got any meaningfull replies, maybe the task in undoable in perl, or maybe I just phrased it badly... very badly.


In reply to Virtual Filesystem, by Eyck

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.