If you have console access to the server then maybe you could try cding to the relevant dirctory and then running "perl script.pl" and seeing what happens.

If that prints out your HTML try just "myscript.pl" from the commnd line to see if perl is correctly associated with the .pl extension - take a look at the activeperl specific help (mirrored here if you need it and especially the how to associate .pl with perl FAQ answer).

If it all works from the CLI and you followed the related links to the one above for how to enable perl support in IIS then the obvious thing to do is look in the log file and see what it is that IIS is saying it did.

Alternatively you bin IIS and run a real web server (Apache, thttpd, Xitami or any one of a million others) and get the added benefit of a lack of Microsoft security holes after all even Microsoft'spaid for IDC study said that opensource is better for running webservers

Dingus


Enter any 47-digit prime number to continue.

In reply to Re: cgi scripts timing out by dingus
in thread cgi scripts timing out by mojobozo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.