Help for this page
print "Content-type: text/html\n\n";
use CGI; my $cgi = new CGI; ... do stuff here .... print $cgi->end_html;