FW: thanks

2001-07-26 Thread Bedford, Donald T.
I second Debbie's kudos to the group. I've been around for 18 years and this group is one of the most unselfish, helpful and non-flaming I've seen. Thank you for your good work... -don -Original Message- From: Debbie Christensen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 12

RE: how to run Perl code in my own pc computer but not on server?

2001-08-08 Thread Bedford, Donald T.
I've had very good luck with ActivePerl. http://aspn.activestate.com/ASPN/Downloads/ActivePerl/ When installed, the executable needs to be in your PATH. Then you can run it with "perl yourstript.pl" or whatever... Be sure to read the FAQ first. -don -Original Message- From: Kehai Li [m

RE: question regarding CGI scripts

2001-08-27 Thread Bedford, Donald T.
What is the 1st line of your Perl scripts? Should be #!c:\Program Files\Perl\bin\perl.exe -Tw or whatever your path to the executable is... -Original Message- From: mp kapa [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 2:29 PM To: [EMAIL PROTECTED] Subject: question regarding