Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Forcing stack trace?

by educated_foo (Vicar)
on Sep 22, 2007 at 06:11 UTC ( [id://640483]=note: print w/replies, xml ) Need Help??


in reply to Forcing stack trace?

Wow... not many helpful responses. I assume your program is exiting from a call to die? You can get a stack trace by overriding it, like so:
*CORE::GLOBAL::die = sub { require Carp; Carp::confess };

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-20 00:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found