in reply to Re^3: Need some help building a data structure.
in thread Need some help building a data structure.
1 use Data::Dumper; 2 use feature 'say'; String found where operator expected at - line 2, near "use feature 's +ay'" (Do you need to predeclare use?) 3 ^Z "use" not allowed in expression at - line 1, near "1 " syntax error at - line 1, near "1 use Data::Dumper" "use" not allowed in expression at - line 2, near "2 " Execution of - aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Need some help building a data structure.
by Anonymous Monk on May 02, 2009 at 08:17 UTC |