I keep getting a 500 internal server error whenever I try to run a cgi script. It looks like this: http://www.algebrahelper.x10hosting.com/cgi-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.
I don't get it because this is all I have in my script:
PHP:
#!/usr/bin/perl
use strict;
use warnings;
print "Content-type: text/html\n\n";
print "Hello, World...\n";