Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Automatic stack traces for warns and dies

by broquaint (Abbot)
on Aug 01, 2004 at 11:16 UTC ( [id://379053]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Carp qw(confess cluck);
    BEGIN {
    ...
            main::bar() called at - line 7
            main::foo() called at - line 10
            eval {...} called at - line 10
    
  2. or download this
    use Carp qw(confess cluck);
    BEGIN {
    ...
    
    in bar
    ack: $main1 = bless( { akey => 'a string' }, 'main' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-03-28 22:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found