How to handle crash from system command in Perl on windows
Posted
by Pete
on Stack Overflow
See other posts from Stack Overflow
or by Pete
Published on 2010-03-30T02:00:36Z
Indexed on
2010/03/30
2:03 UTC
Read the original article
Hit count: 606
I am calling a command-line program from my perl script, when these programs crash, I am prompted with a messagebox asking me if I want to notify Microsoft. Since this is an automated system it would be desirable if I could suppress that message and continue with other things in my script. Is this possible?
© Stack Overflow or respective owner