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