jimkirk
New member
for some reason i can't access my perl script at http://forum.jedd.info/cgi-bin/jeff.cgi
the file permissions are set at 755 and it's in my cgi-bin folder. i have no clue what's causing this as the scripts so simple it should work
Code:
#!/usr/bin/perl
use strict;
print "Content-type: text/plain\n\n";
print "huh";