in reply to Re: HTML::Mason and IIS
in thread HTML::Mason and IIS

I completely forgot about PerlScript, which is another ovious choice for dynamic content under IIS.

As I mentionned in a recent note, perl needs to be installed on every machine you plan to make PerlScript run, and if it's a large scale project I'm not sure everybody will love to get it installed on their machine just to run some scripts. (Even if I think that *everybody* should have a perl on hisd computer)

<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>

Replies are listed 'Best First'.
Re: Re: Re: HTML::Mason and IIS
by dws (Chancellor) on Dec 19, 2000 at 05:50 UTC
    It needs to be installed on every machine, if you're using client-side scripting. Mason is server-side, unless you decide to get really fancy and push Perl scripts to the client. Then you'd need to install PerlScript on all client machines. Otherwise, this is a non-issue, since PerlScript installs along with ActiveState Perl.