Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Strange Win32::MsgBox behavior with PAR

by ZlR (Chaplain)
on Aug 31, 2006 at 10:33 UTC ( [id://570576]=note: print w/replies, xml ) Need Help??


in reply to Re: Strange Win32::MsgBox behavior with PAR
in thread Strange Win32::MsgBox behavior with PAR

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:

$SIG{ __DIE__ } = sub { Win32::MsgBox ("Error : @_ " , 0, $0 ); exit(1 +); } ;

... is the way to do it !

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://570576]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2025-02-08 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which URL do you most often use to access this site?












    Results (95 votes). Check out past polls.