Posted by Tyno Gendo on 05/02/07 11:07
rahul sinha wrote:
> Hi,
> I am using an Apache2Triad web server to execute my PHP scripts
> on my local machine.
> What I want to do now is to execute a perl project on it.How can
> I do that?
> How to check the web server for perl?
> Please Help me...
> Thanks
> Rahul S
>
Install ActivePerl from http://www.activestate.com/products/activeperl/
've done it in the past, think I chose c:\usr as the install directory
as most perl scripts look at /usr/bin for the perl executable.
Also I think I needed to edit Apache config to allow 'ExecCGI'
Perl newsgroups might be you're best bet if that still doesn't help :)
[Back to original message]
|