I keep getting a 500 internal server error whenever I try to run a cgi script. It looks like this: http://www.algebrahelper.x10hosting....i-bin/test.cgi
I don't get it because this is all I have in my script:
and my permissions are set to 755. I'm completely new to this so any advice is greatly appreciated.PHP Code:#!/usr/bin/perl
use strict;
use warnings;
print "Content-type: text/html\n\n";
print "Hello, World...\n";


LinkBack URL
About LinkBacks
Reply With Quote
