Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

IIS & perl

I have a server running NT 4.0 with IIS 4.0 with nothing but Frontpage Extensions
installed. My question is , does IIS able to run Perl and cgi scripts out
of the box or does it have to be configured?

I am looking for a generic mail form script to install on a website. Can
anyone help?

Thanks
[323 byte] By [Ray Pizzo] at [2007-11-9 15:35:07]
# 1 Re: IIS & perl
"Ray Pizzo" <ray@primedynamics.net> wrote:
>
>I have a server running NT 4.0 with IIS 4.0 with nothing but Frontpage Extensions
>installed. My question is , does IIS able to run Perl and cgi scripts out
>of the box or does it have to be configured?
>
>I am looking for a generic mail form script to install on a website. Can
>anyone help?
>
>Thanks

Both NT4.0 and Windows2000 Server Resource Kits contain a version of Perl.
Install the kit or just Perl from the kit. There are instructions on the
registry entries that need to be added/modified.

Also check out ActivePerl http://www.activestate.com/ for another version
of Perl/PerlScript.

Perl on NT does not have all of the features that it does on Unix/Linux,
so check the differences! You don't want to spend a lot of time trying to
make the code work.
Bruce Casson at 2007-11-11 23:41:45 >