Or, split the dynamic image creation into it's own cgi script, and have
your HTML template just point to that script:
http://my.website.org/cgi-bin/images.cgi?=;">
Could probably toss in some form of HTML::Template url escaping, but I've
never used those so I don't know what the syntax is off th
Hi All,
I am wanting to use the perl GD library to generate dynamic images.
I was wondering what the best way was to do this with HTML template, as the
output mask.
In the testing I have done without HTML template, I can do print $image->png
which will output the image to the screen.
Is there a