Hi,
I have been trying to get cgi scripts work on my free account.
I have gone to cpanel and enabled scgi wrapper, uploaded my hello world script:
#!/usr/bin/perl
print "Content-type: text/html\n\n"
print "Hello World!"
I have changed the permissions using ftp to 755 and I...