On Thu, Aug 05, 2004 at 03:18:31PM +0000, Isarin Sathitruangsak said: > [Thu Aug 05 10:48:14 2004] [error] [client 172.16.140.146] malformed > header from script. Bad header=\x89PNG: tt
You need to pass a content string
use CGI qw/:standard/;
print header("image/png");
$template->process(...);
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates
