in reply to Re: Authentication Script Path Problems
in thread Authentication Script Path Problems
"use" not allowed in expression at simple.pl line 7, at end of line syntax error at simple.pl line 7, near "use MyLib::Simple" Execution of simple.pl aborted due to compilation errors.Line 7 is use MyLib::Simple; I commented that out and I get this message.
syntax error at simple.pl line 9, near "my " Execution of simple.pl aborted due to compilation errors.Line 9 is my $webapp = MyLib::Simple->new(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Authentication Script Path Problems
by Corion (Patriarch) on Sep 12, 2010 at 08:59 UTC | |
by Anonymous Monk on Sep 13, 2010 at 09:47 UTC |