Ragged Robin has asked for the wisdom of the Perl Monks concerning the following question:
When I pass this with the perl test I get:Software error: syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 21, near "want 'LVALUE'" syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 27, near "tie" Can't use global @_ in "my" at /var/services/web/debug/lib/Class/Acces +sor/Lvalue.pm line 27, near ", @_" syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 30, near "}" Can't use global @_ in "my" at /var/services/web/debug/lib/Class/Acces +sor/Lvalue.pm line 33, near "= @_" syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 36, near "want 'LVALUE'" syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 42, near "tie" Can't use global @_ in "my" at /var/services/web/debug/lib/Class/Acces +sor/Lvalue.pm line 42, near ", @_" syntax error at /var/services/web/debug/lib/Class/Accessor/Lvalue.pm l +ine 44, near "}" Compilation failed in require at /var/services/web/debug/cgi-bin/debug +display.cgi line 18. BEGIN failed--compilation aborted at /var/services/web/debug/cgi-bin/d +ebugdisplay.cgi line 18.
Not sure how this makes any sense at all, I downloaded the lvalue module straight from the CPAN website (I had to manually install).TARDIS> perl -c -e "test Class::Accessor::Lvalue" -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Syntax Error in lvalue.pm?
by arkturuz (Curate) on Sep 23, 2014 at 18:08 UTC | |
|
Re: Syntax Error in Lvalue.pm?
by toolic (Bishop) on Sep 23, 2014 at 18:01 UTC | |
|
Re: Syntax Error in lvalue.pm?
by tobyink (Canon) on Sep 23, 2014 at 21:28 UTC |