Re: Help! Trouble running .PL extensions in ActivePerl

2001-06-27 Thread Ben Wheeler
You need to put the following lines at the top of your scripts to get the script to properly communicate with the browser by http: print "HTTP/1.0 200 OK\n"; print "Content-Type: text/html\n\n"; Ben At 06:03 PM 6/27/01 -0700, Andre Berkowitz wrote: Hello everyone, I'm attempting to instal

Re: Help! Trouble running .PL extensions in ActivePerl

2001-06-27 Thread Andy Jennings
; Hello from ActivePerl!";print "";   Andy - Original Message - From: Andre Berkowitz To: [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 8:03 PM Subject: Help! Trouble running .PL extensions in ActivePerl Hello everyone,

Help! Trouble running .PL extensions in ActivePerl

2001-06-27 Thread Andre Berkowitz
Hello everyone, I'm attempting to installing activeperl on my Win2000 machine with IIS. It says my installation has successfully completed, and I when I do perl -v it displays all the info about my perl build and all. However, whenever I try to run open any files of .pl extension,