in reply to RE: Re: Create a file with Perl
in thread Create a file with Perl

If you're not worried about file persistence (for long periods) or data sensitivity, you can try placing the files in /tmp.

Replies are listed 'Best First'.
RE (tilly) 4: Create a file with Perl
by tilly (Archbishop) on Sep 18, 2000 at 18:26 UTC
    If you want temporary files use File::Temp. There are a lot of reasons for my saying that, including avoiding a ton of potential security problems.