#!/usr/bin/perl # # Simple Perl CGI program. # Always sends back the same HTML document... # send required HTTP response header and blank line. print "Content-type: text/html\n\n"; # send an HTML document # # note: print< Simple Perl CGI

I am generated by a Perl CGI program!

EOHTML