Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: forcing eval'd die to ignore global $SIG{__DIE__} handler

by dk (Chaplain)
on Sep 23, 2007 at 18:52 UTC ( [id://640602]=note: print w/replies, xml ) Need Help??


in reply to Re: forcing eval'd die to ignore global $SIG{__DIE__} handler
in thread forcing eval'd die to ignore global $SIG{__DIE__} handler

quote latest "perldoc perlvar":

Having to even think about the $^S variable in your exception handlers is simply wrong. $SIG{__DIE__} as currently implemented invites grievous and difficult to track down errors. Avoid it and use an "END{}" or CORE::GLOBAL::die override instead.

I'm not saying that I support that, quite the contrary, but at least it is worth to know about this sudden perversion of the nature.

  • Comment on Re^2: forcing eval'd die to ignore global $SIG{__DIE__} handler

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 09:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found