in reply to Debug basic calculator syntax
Update: If you would have activated "warnings" Perl would have told you 'Found = in conditional, should be == at line 19.' which is helpful but misleading as you really should use 'eq' for string comparison.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Debug basic calculator syntax
by thor (Priest) on Jun 23, 2005 at 21:19 UTC | |
by CountZero (Bishop) on Jun 23, 2005 at 21:23 UTC |