Pingu is struggling again.
He has recently installed Windows 2000 pro on his home box to help in developing web-based bits and pieces but cannot get IIS to run Perl scripts.
If this is the wrong place to ask feel free to redirect me (preferably without too many flames) - However I've tried Micro$oft's website plus a nuber of google searches to no avail.
IIS is running, it's configured to associate .pl files with perl.exe and perl.exe seems to start up when I request a perl script through my browser (I checked the task list and it's there). But nothing happens, the browser sits there, it doesn't time out but I get no error message, no program output, zip. I've tried the most basic script:
use CGI qw(:standard);
use strict;
print header();
print start_html("Test");
print h1("This is a test");
print end_html();
I can run perl stuff from the command line just fine...
Any insight/help/instructions for posting this question in a more sensible forum/etc./etc. much appreciated.
Pingu
--- Everything in moderation, including moderation.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.