Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: RFC: Basic debugging checklist

by rcaputo (Chaplain)
on Feb 19, 2009 at 06:40 UTC ( [id://744954]=note: print w/replies, xml ) Need Help??


in reply to RFC: Basic debugging checklist

warn() is better than print() unless you have set $|=1. Buffering gets in the way if you're tracking down the location of a problem. Especially if it's a coredump.

Log In?
Username:
Password:

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

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

    No recent polls found