- or download this
# send the obligatory Content-Type and print the template output
print "Content-Type: text/html\n\n", $template->output;
- or download this
print "Content-Type: text/html\n\n". $template->output;
- or download this
print sprintf("Content-Type:text/html\n\n%s",$template->output);