Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Deprecated use of $SIG{__DIE__} is useful

by perrin (Chancellor)
on Feb 28, 2009 at 23:04 UTC ( [id://747225]=note: print w/replies, xml ) Need Help??


in reply to Deprecated use of $SIG{__DIE__} is useful

The alternative would be to have a top level eval{} around your program that catches all uncaught exceptions and can apply processing like this to them.

Replies are listed 'Best First'.
Re^2: Deprecated use of $SIG{__DIE__} is useful (stack)
by tye (Sage) on Mar 01, 2009 at 02:44 UTC

    No, a top-level eval cannot add a stack trace. It wouldn't catch the 'die' exception until after the stack had already been unrolled.

    - tye        

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-03-19 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found