in reply to "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?

I'm not quite sure whether Windows sends kill-like signals to running processes. Maybe you could catch the signal and let the script close itsself.
  • Comment on Re: "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?

Replies are listed 'Best First'.
Re: Re: "background" perl processes on Win9X - how to avoid that "Perl - please close this application" on Windows Reboot/Logoff?
by Anonymous Monk on Apr 06, 2004 at 10:36 UTC
    Already tried. No signals are sent (though tried to trap all possible)..