Newbi - Perl and IIS: Figured Out
I finally figured out how to get my Perl scripts running on IIS. Here is what I had to do.
First, I had to modify a ScriptMap Registry setting:
http://support.microsoft.com/kb/q150629/
Then I had to change the execution permissions on the CGI-Bin folder to allow scripts and executables to be run:
Control Pane->Admin Tools->Internet Information Services...
User Profile
Collapse
-
Newbi - Perl and IIS
I am trying to work thru the book “Sams Teach Yourself CGI” and am having trouble running the first sample script.
+++++++++++++++ ++++++++++++
#!C:\ProgramFil es\Perl\bin\per l
use CGI;
$query = new CGI;
print $query->header;
print "<html><head><t itle>A test</title></head>\n";
print "<body>The test was...
No activity results to display
Show More
Leave a comment: