PERL on IIS - How??

Darryl Harvey ( darryl@myemail.com.au )
Wed, 03 Jun 1998 12:05:55 +1000

What do I need to do to get perl scripts running under IIS ?

I have Perl installed, I have associated .pl and .cgi extensions with the
Perl executable (C:\Perl\bin\perl.exe) but when run from a browser, the
script result is never returned. The scripts are very simple at this stage
and just output a simple HTML header. If I try to load the page from a
browser, the perl executable is seen to start (in task manager) but it just
hangs there.

If i run the script from the command prompt, it executes fine and
terminates correctly.

What am I missing ??

Help please.