Reply to thread

when I try to open this file on my webserver, it gives me a 500 error


#!/usr/local/bin/perl

print "Content-type: text/html\n\n";

print "<H1>Hello World</H1>\n";


How do I run CGI scripts on my server? It's just a hello world test script. I'm new to cgi/perl.


Back
Top