in reply to "use 5.10.0" creates weird syntax error on sub named "default"
use 5.10.0; implies the use of feature. Specifically, you are activating the switch feature which introduces the default keyword.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "use 5.10.0" creates weird syntax error on sub named "default"
by aixtal (Sexton) on Nov 27, 2010 at 09:47 UTC |