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 ( #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? | Other CB clients
Other Users?
Others about the Monastery: (6)
As of 2023-03-27 16:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (65 votes). Check out past polls.

    Notices?