User Profile

Collapse

Profile Sidebar

Collapse
daBearIsIn
daBearIsIn
Last Activity: Apr 6 '06, 05:01 PM
Joined: Apr 4 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • daBearIsIn
    replied to Newbi - Perl and IIS
    in Perl
    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...
    See more | Go to post

    Leave a comment:


  • daBearIsIn
    started a topic Newbi - Perl and IIS
    in Perl

    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...
    See more | Go to post
No activity results to display
Show More
Working...