MLUG: Re: [MLUG] generating temp files in perl
Re: [MLUG] generating temp files in perl
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
If it is truly a temp file then you can use the ENV{'script_filename'} to 
get the path of where the program is being ran from and use that as your 
path to write the temp file.  If you are afraid the file might get ran more 
then once like a CGI then you use the PID for the file name. 

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members