#!perl use CGI; $x = new CGI; print $x->header, $x->start_html; print "Hello, World\n",$x->end_html;