Page 1 of 1

problem with cgi

PostPosted: 01. February 2004 22:34
by andy12
im having a prob running cgi scrips i get this error message:

Error message:
couldn't create child process: 720003: easyhost.cgi

can any one help me im new to this

PostPosted: 02. February 2004 10:41
by FOCP
Hi andy12,

open your script and change the very first line ( - I guess you'll find something like #! /usr/local/bin/perl there - ) to

:idea: #!\xampp\perl\bin\perl.exe

and retry running it.

*IMHO*