Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Forcing stack trace?

by adrianh (Chancellor)
on Sep 21, 2007 at 12:21 UTC ( [id://640345]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Forcing stack trace?
in thread Forcing stack trace?

You can override the global __DIE__ handler something like (untested):
use Carp; $SIG{ __DIE__ } = sub { Carp::confess( @_ ) };

See perlvar for more info on %SIG.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-24 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found