When Perl crashes, a popup (PERL Command Line Interpreter) is displayed providing information about the crash.
Is there a way to prevent this popup from appearing. We have a perl service which starts other perl scripts via Win32::Process. Since these scripts are running under a service, there is no one to respond to the popup and from a Win32::Process perspective the task appears to still be running, but in reality, the script has already finished and for some reason Perl crashed as it was exiting.
Net is I am trying to find a way to tell Perl to die a quite death if it crashes.
Thanks for your help.....