On Fri, Jul 20, 2001 at 08:59:34PM -0400, Anshu Anshu wrote:
> syntax error in file /var/gateway.pl at line 3, next 2 tokens "use lib"
> Execution of /var/commerce/gateway.pl aborted due to compilation errors.
> 
> 
> bash-2.03$ head -4 gateway.pl
> #!/usr/local/bin/perl -w
> 
> use lib '/u01/orap/pora/8.0.6/lib/';
> use lib '/usr/apps/FreeWare/Perl-5.03/lib/perl5/';
> use lib '/usr/apps/FreeWare/perl5.005/lib/5.00502';
> 
> 
> What's wrong in line 3 ?? 

You are running perl 4.  Perl is very backwards compatible, but not
forwards compatible.

The latest stable release is 5.6.1.  Perl 4 is what, about 7 years old
now?

Did you know you were using perl 4?  If not, what does the subject mean?

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to