in reply to
output file
use IO::Handle::new_tmpfile();
Comment on
Re: output file
Replies are listed 'Best First'.
Re: Re: output file
by
Hofmator
(Curate)
on Jan 29, 2003 at 12:39 UTC
IO::Handle
doesn't have a method new_tmpfile, you probably meant
IO::File
::new_tmpfile().
-- Hofmator
[reply]
In Section
Seekers of Perl Wisdom