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" wrote: >Hi, >

RE: Perl path for windows 98

2002-01-29 Thread McCollum, Frank
" -> then "C:\Perl\bin\Perl.exe "%1" %*" in the action field. -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

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
line: SET 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 ActivePer

Re: Perl path for windows 98

2002-01-29 Thread Angus Laycock
lt;[EMAIL PROTECTED]> 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 pla

RE: Perl path for windows 98

2002-01-29 Thread Hanson, Robert
al 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 at the top of my script instead

RE: Perl path for windows 98

2002-01-29 Thread Timothy Johnson
ine 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 (#!/wh

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