PDA

View Full Version : Running Perl on my PC


oztinks
01-23-2004, 04:07 AM
Hi
I have installed Uniform Server (http://miniserver.sourceforge.net/) onto my Windows XP PC and have a php web portal running fine. I have put a perl script that I have running on the net into another directory but it isn't executing, when I try to access the page I just end up with the script file.
I have tried a few different paths to perl

#!/usr/bin/perl
#!W:\\usr\bin\perl
#!W:/usr/bin/perl


But nothing seems to make it work

Uniserver contains Apache 2.0.48, ActivePerl 5.8.0.807, PHP 4.3.4, MySQL 4.0.16, phpMyAdmin-2.5.5-RC2

Any ideads?
Thanks for reading this

YUPAPA
01-23-2004, 07:26 AM
It seems like you do not have the apache handler defined for cgi script.