#!/usr/bin/perl use strict; print "Content-type: text/html\n\n";
print <<HTML; <html> <head> <title>CGI Example</title> </head> <body> <h3>CGI Example</h3><hr> </body> </html> HTML