On Mon Jul 09 02:52:19 2007, nobody@mixmaster.it wrote:
Show quoted text> please add a DESTROY function to automatically delete the PID
> file.
I disagree with this feature request. Just because the File::Pid object
goes out of scope does not mean that the process is necessarily ending.
If this is the case in your code, you can add a DESTROY function to your
calling class (or an END block to your application), that calls
$pidfile->remove.