Help for this page
#!/usr/bin/perl -Tw use strict; ... print "Content-type: text/html\n\n"; print "This is a URL test";
print $query->header, $query->start_html(-title => $headertitle, -head => meta({-http_equiv => 'Content-Typ +e', -content => 'text/html'}), ... -style => {'src' => $cssfile}, );