![]() |
|
"be consistent" | |
PerlMonks |
Re^2: Strange Win32::MsgBox behavior with PARby ZlR (Chaplain) |
on Aug 31, 2006 at 10:33 UTC ( [id://570576]=note: print w/replies, xml ) | Need Help?? |
Hi cdarke, Thanks for your solution. Since this means i must eval die and "handle" every time the program dies I simply wrote a personal_death { Win32::MsgBox ("Error : @_ " , 0, $0 ) ; exit } function . I use it instead of die thru all the code . Now this is certainly not as clean as the SIG{__DIE__} option, so i reported a bug . update:
... is the way to do it !
In Section
Seekers of Perl Wisdom
|
|