Comments:
  1. This is really off-topic
  2. I don't see how your question relates to a First In First Out queue.
  3. You actually want to hack the filesystem. Luckily for you, there is a beautiful filesystem with source code handy, ext2fs. Brought to you by the Linux Corporation. Just ask about it at cmonks.org
  4. I'm sure you can get similar functionality with some perl script, but than you have to drop the demand that the output is visible through any filesystem access. If you won't mind that, please describe your problem in more detial.
Jeroen
"We are not alone"(FZ)

Update: Maybe it is possible, but you don't tell us what kind of data you want to provide. For example, it's simple to replace 'ls' by a perlscript that gathers some data about a file, and displays that besides the filesystem data.


In reply to Re: FIFO directory? by jeroenes
in thread FIFO directory? by lindex

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.