Help for this page
if ($user) { $cgi->start_html; ... print "Content-Type: text/html\n\n", $template->output; $cgi->end_html; }
if ($user) { print $cgi->header,$cgi->start_html,"Hi there!", ... print $cgi->header,$cgi->start_html, $template->output,$cgi->end_html; }