Perl on an IIS box?

Anybody have any experience running Perl on an IIS box? I want to try MRTG ( ) and it states that I need Perl. So, I downloaded version 6. 23 ( ), but I haven't installed it yet. Would there be any conflicts with IIS 4/5? I would like to run a seperate site on my IIS box to use this app, but would like to hear from ...

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Anybody have any experience running Perl on an IIS box? I want to try MRTG ( www.mrtg.org) and it states that I need Perl. So, I downloaded version 6.23 ( http://www.activestate.com/Products/ActivePerl/Download.html), but I haven't installed it yet. Would there be any conflicts with IIS 4/5? I would like to run a seperate site on my IIS box to use this app, but would like to hear from people that are experienced in this.
 
------------------
Regards,
 
clutch

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
I've used ActivePerl on both IIS 4 and 5, and it works just fine. The only problems I have run into are with some modules: most of them are designed under *nix, and some have a hard time compiling/running on a windows machine. MRTG has a nice win32 setup walkthrough on their website though, and it doesn't look like it needs any add-on modules, so you should be golden....

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
OP
Sweet...
 
Tnx.
 
------------------
Regards,
 
clutch

data/avatar/default/avatar13.webp

651 Posts
Location -
Joined 2000-07-31
I've been using ActivePerl for a couple months now, learning Perl in my spare time, and I've had only a few problems. I think most of them are due to my using a book from a slightly older version of Perl, and the little differences between the *nix and Windows implementation.
 
It has a nice .MSI installer package, too.
 
-bZj

data/avatar/default/avatar26.webp

37 Posts
Location -
Joined 2000-03-24
I will just chime in here as well in saying that Active Perl works wonders on an NT system (as I use it to run a copy of UBB). Of course the scripts that will not work are those that need to use sendmail in order to run. However many scripts lately give you the option to use other programs for mail such as Blat and Aspemail.