Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Stupid mistakes I repeatedly make

by pajout (Curate)
on Nov 29, 2005 at 15:01 UTC ( [id://512661]=note: print w/replies, xml ) Need Help??


in reply to Stupid mistakes I repeatedly make

My favorite mistake, inherited from C:
if ($var = 1)

Replies are listed 'Best First'.
Re^2: Stupid mistakes I repeatedly make
by martin (Friar) on Feb 03, 2006 at 20:25 UTC
    My cure for that mistake (also inherited from C):
    if (1 == $var)

Log In?
Username:
Password:

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

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

    No recent polls found