Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^3: Avoiding silly programming mistakes

by kyle (Abbot)
on Aug 29, 2008 at 17:56 UTC ( [id://707803]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Avoiding silly programming mistakes
in thread Avoiding silly programming mistakes

I like the if ( 0 == $foo ) construct over if ( $foo == 0 ) because the s/==/=/ typo is an error in the first but not the second.

Can't modify constant item in scalar assignment

I'd rather have that than some mere warning.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 21:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found