NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Tied filehandles (Score:2)
Another option would be to make the readers separate processes, which print the virtual file contents through their STDOUT, which you can then pipe back into your program.
Reply to This
Re:Tied filehandles (Score:2)
I just figured it out. See edited post.