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


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

You want IO::File->new_tmpfile().
  • Comment on Re: opening anonymous temp files with IO::File?