exception handling - How can I handle a dialog box raised by a program I start from Perl? -


I have a Perl script that calls another application. I do not have control. I can call this app On this occasion, this application generates an unrestricted exception and holds an exception dialog box that requires participation in it. Since this is an unrestricted Pearl script, I will locate this situation and would like to keep it under the Pearl script and continue. My search has not been useful for the solution. Since system () generates a hair process, the standard exception handling mechanism does not apply in Perl. Any suggestions I'm running on Windows XP?

Perhaps parlamax posts can help.

Almost any time you have to interact with Windows system things, you're using Windows API (that's an official name for that?).


Comments