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


in reply to opening anonymous temp files with IO::File?

There is a fairly comprehensive overview, albeit, a little dated now, of mechanisms for the employ of temporary files in perl which I wrote at Using Temporary Files in Perl.

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001011010101'"

  • Comment on Re: opening anonymous temp files with IO::File?