in reply to Temporary file management in Perl -- is it possible?

I'm trying to discover if I can give a temporary file a "Life Span"

Yes, in pseudocode:

open file line (creates the file). Do something and close the file

sleep for 10 minutes and unlink the file

see also File::Temp.
  • Comment on Re: Temporary file management in Perl -- is it possible?