Perl: A Simple CGI Program
A Simple CGI Program
This is the CGI equivalent of Hello World
print "Content-Type: text/html\n\n"; # note the blank line
To make this runable from the web server:
1. Put it in a cgi directory
3. Make sure the program runs by itself first (./myprog.pl)