Re: Script that runs on my Win98 box and the Unix server

2003-01-17 Thread Rob Richardson
Joe, Maybe this is a difference between ActivePerl and IndigoPerl. I'm using Indigo, although I also have ActivePerl on my machine. But I created a folder named c:\usr\bin and copied perl.exe into it, and it's working. RobR --- R. Joseph Newton [EMAIL PROTECTED] wrote: ...Is there any way

Re: Script that runs on my Win98 box and the Unix server

2003-01-16 Thread R. Joseph Newton
...Is there any way I can have two different paths to the Perl executable, and let my script decide which to use? Rob Hi Rob, You shouldn't need to, probably. At least on Win 2K, ActiveState Perl ignores the comment line completely. If you have it properly installed, the paths should alredy

RE: Script that runs on my Win98 box and the Unix server

2003-01-15 Thread Beau E. Cox
Hi - -Original Message- From: Rob Richardson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 8:23 AM To: [EMAIL PROTECTED] Subject: Script that runs on my Win98 box and the Unix server Greetings! I have been using my Win98 box to modify some scripts that will be run

RE: Script that runs on my Win98 box and the Unix server

2003-01-15 Thread Rob Richardson
Beau, Perhaps then my question would have been better to ask on the CGI list. The script in question is a CGI script being executed through Internet Explorer and Apache. When the first line of my script is #!perl, the script executes as desired. When the first line is #!usr/bin/perl, the