Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: I usually debug via...

by gaal (Parson)
on Feb 15, 2005 at 07:34 UTC ( [id://431051]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub ::D { require Data::Dumper; $Data::Dumper::Indent += 0; local $Dat
    +a::Dumper::Indent = 1; Data::Dumper::Dumper(@_) }
    sub ::DD { require Carp; Carp::confess(::D(@_)) }
    
    ...
    print ::D({ state => $some_obj });
    [...]
    ::DD($obj) if $bugs_exist;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-23 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found