jmcnamara has asked for the wisdom of the Perl Monks concerning the following question:
Someone has written to me to say that on his IIS system the module cannot create the temp file via new_tmpfile() and that the in-memory option isn't suitable.my $fh = IO::File->new_tmpfile(); if (defined $fh) { # Do something with the tmpfile } else { # Do something in memory }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: IO::File::new_tmpfile on IIS
by hopes (Friar) on Oct 18, 2001 at 02:42 UTC | |
by earthboundmisfit (Chaplain) on Oct 18, 2001 at 16:43 UTC | |
|
Re: IO::File::new_tmpfile on IIS
by guha (Priest) on Oct 24, 2001 at 13:32 UTC |