Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: XML::Twig and Eval

by Corion (Patriarch)
on Mar 28, 2016 at 09:34 UTC ( [id://1158937]=note: print w/replies, xml ) Need Help??


in reply to Re^2: XML::Twig and Eval
in thread XML::Twig and Eval

The fundamental thing is to not have a $SIG{__DIE__} handler at all, or at least, to not call exit in there. Also see $^S in perlvar and the discussion of it there relating to %SIG.

Basically, what you've done is bad design and the sooner you go away from a $SIG{__DIE__}, the sooner your headaches will go away.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-20 14:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found