in reply to
Stupid mistakes I repeatedly make
My favorite mistake, inherited from C:
if ($var = 1)
[download]
Comment on
Re: Stupid mistakes I repeatedly make
Download
Code
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)
[download]
[reply]
[d/l]
In Section
Meditations