Re: [Templates] GD
[prev]
[thread]
[next]
[Date index for 2004/08/05]
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
templates@xxxxxxxxxxxxxxxx.xxx
http://lists.template-toolkit.org/mailman/listinfo/templates
 |
 |
Re: [Templates] GD
Simon Wistow 15:27 on 05 Aug 2004
|