With my cgi script I get this error returned
script not found or unable to stat: /home/alkdude/public_html/remote/cgi-bin/test.cgi
this is the script:
#!/usr/local/bin/perl
# hello.pl -- my first perl script!
print "Content-type: text/html\n\n";
print <<"EOF";
<HTML>
<HEAD>
<TITLE>Hello...