I have a problem with ActiveState Perl interpreter for windows. It occassionaly crashes. I need to know how to get rid of this message box:
[ Perl Command Line Interpreter ]
Perl Command Line Interpreter has stopped working
A problem caused the program to stop working correctly.
Windows will close the program and notify you if a solution
is available.
[Close Program]
I just want it to die silently, so I can restart it automatically. How to suppress that message box?
Try https://metacpan.org/module/Win32API::File#SetErrorMode
This provokes a crash and pops up a dialog
This provokes a crash and pops up a dialog (perl.exe has encountered a problem and needs to close.)
So it seems to work, and Win32API::File comes standard since v5.8.9
update: Another test/demo, Wx-free, not fixed yet