Perl path for windows 98

2002-01-29 Thread Angus Laycock
Hi, I have just downloaded PERL and set it up on my machine at home. Is there a path (#!/whatever ) I can put at the top of my script instead of typing perl myscript.pl to execute the script in Windows 98. Thanks in Advance Gus

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
is not applicable on Win32 platforms -Original Message- From: Angus Laycock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:28 PM To: [EMAIL PROTECTED] Subject: Perl path for windows 98 Hi, I have just downloaded PERL and set it up on my machine at home. Is there a path (#!/whatever ) I

RE: Perl path for windows 98

2002-01-29 Thread Hanson, Robert
: Angus Laycock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 5:28 PM To: [EMAIL PROTECTED] Subject: Perl path for windows 98 Hi, I have just downloaded PERL and set it up on my machine at home. Is there a path (#!/whatever ) I can put at the top of my script instead of typing perl

Re: Perl path for windows 98

2002-01-29 Thread Angus Laycock
] To: 'Angus Laycock' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 10:24 PM Subject: RE: Perl path for windows 98 When you say that you downloaded PERL, what distribution did you download? For Win32 platforms, the standard seems to be ActivePerl, which can be found at http

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
PATHEXT = %PATHEXT%;.PL to the end of your AUTOEXEC.BAT file. -Original Message- From: Angus Laycock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 2:40 PM To: Timothy Johnson; [EMAIL PROTECTED] Subject: Re: Perl path for windows 98 Tim, I have loaded up ActivePerl and read

RE: Perl path for windows 98

2002-01-29 Thread McCollum, Frank
. -Frank. -Original Message- From: Angus Laycock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 5:28 PM To: [EMAIL PROTECTED] Subject: Perl path for windows 98 Hi, I have just downloaded PERL and set it up on my machine at home. Is there a path (#!/whatever ) I can put

Re: Perl path for windows 98

2002-01-29 Thread John
It may be convenient to set the PATHEXT environment variable to include ..pl, that way it should search your PATH for .pl files (so you don't have to type the path or be in the directory). At least this works in 2000, don't know 98. At Tuesday, 29 January 2002, Angus Laycock

Re: perl path

2001-07-20 Thread Anshu Anshu
What could be the cause of such error ? Missing $ on loop variable at /usr/apps/FreeWare/perl5.005/lib/5.00502//strict.pm line 90. BEGIN failed--compilation aborted at /var/gateway.pl line 9. ThNKS -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: perl path

2001-07-20 Thread Michael Fowler
On Fri, Jul 20, 2001 at 08:51:58PM -0400, Anshu Anshu wrote: Missing $ on loop variable at /usr/apps/FreeWare/perl5.005/lib/5.00502//strict.pm line 90. BEGIN failed--compilation aborted at /var/gateway.pl line 9. echo 'Missing $ on loop variable' | splain Missing $ on loop variable

perl path

2001-07-19 Thread Anshu Anshu
I got a perl script .. First two line are like I never saw before .. #!/usr/local/bin/perl #!/temp_perl/bin/perl -I/temp_perl/lib/perl5 -I/temp_perl/lib/perl5/5.00502 -I/temp_perl/lib/perl5/site_perl/5. 005/sun4-solaris/ Anyone has any idea what is meaning of 2nd line above. -- To

help- cgi and perl path problem I think?

2001-06-05 Thread Swalve, Lane
or a Perl Path problem? I am really new at this and totally lost!