in reply to Temporary files and cleaning up after an interruption

Sounds like you need to install a signal handler which would either prevent the process from being interrupted or cleans up the files when it is interrupted.

Look for docs on the %SIG hash.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

  • Comment on Re: Temporary files and cleaning up after an interruption