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

Re: RFC: Basic debugging checklist

by kyle (Abbot)
on Feb 18, 2009 at 22:05 UTC ( [id://744895]=note: print w/replies, xml ) Need Help??


in reply to RFC: Basic debugging checklist

Another good link for dumping a data structure is How can I visualize my complex data structure?

I agree with the others that vanilla Data::Dumper isn't the best advice.

I find a useful option to B::Deparse is -p to show where precedence rules have bitten me.

I would say use delimiters even when you're not checking for unexpected white space. Which delimiters you use doesn't really matter, but I've most often seen balanced ones.

print "[$foo] >>>$bar<<< {{$etc}}\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://744895]
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: (2)
As of 2024-04-25 06:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found