lightnb
12-17-2008, 08:13 AM
I'm a PHP programmer, trying to debug a perl script ;)
I'm getting the message:
The server encountered an internal error or misconfiguration and was unable to complete your request. Your administrator may not have enabled CGI access for this directory. (I know that perl is configured correctly, it's just a parse error with the file, like a missing semi-colon or something.)
How do you set a Perl script to output PHP style errors, such as:
Unexpected something on line 76 in somefile.php?
I'm getting the message:
The server encountered an internal error or misconfiguration and was unable to complete your request. Your administrator may not have enabled CGI access for this directory. (I know that perl is configured correctly, it's just a parse error with the file, like a missing semi-colon or something.)
How do you set a Perl script to output PHP style errors, such as:
Unexpected something on line 76 in somefile.php?