http://www.perlmonks.org?node_id=302177


in reply to in memory files in 5.6.1

Is there a way to open files in memory in Perl 5.6.1. ? A lot of our test code does kludgy stuff like write test files to /tmp

As well as doing it directly via. IO::Stringy, you can do it indirectly via. String Buffer.

--
James Antill