moofin_poofin
2009-04-10 09:23:50 UTC
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "
Hello World
\n";How do I run CGI scripts on my server? It's just a hello world test script. I'm new to cgi/perl.