in reply to Syntax error with use constant and switch with comment between
Your particular problem occurs with 2.09 but not with 2.14. It was probably 2.13 that fixed it. My earlier advice to avoid Switch remains, though. It can create errors in legit code with no indication that it is the cause, so using it can cost you a lot of time.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Syntax error with use constant and switch with comment between
by ascetic (Novice) on Dec 07, 2009 at 03:52 UTC | |
by ikegami (Patriarch) on Dec 07, 2009 at 04:51 UTC |