in reply to Re: How to introduce a frustrating bug with a single whitespace
in thread How to introduce a frustrating bug with a single whitespace
Yes, but at least that gets caught with warnings (or -w):
$ perl -we 'print (4+5)*20;' print (...) interpreted as function at -e line 1. Useless use of multiplication (*) in void context at -e line 1.
The whitespace bug described in the original node is the first bug I've had in a while that:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to introduce a frustrating bug with a single whitespace
by TimToady (Parson) on Dec 24, 2007 at 22:05 UTC | |
|
complex data structure typo (was Re^3: How to introduce a frustrating bug with a single whitespace)
by doom (Deacon) on Dec 31, 2007 at 02:30 UTC | |
by bobf (Monsignor) on Dec 31, 2007 at 02:44 UTC |