I guess this is a new feature request, but I'd like to be able to encode the
parameters passed to HTML::Template automatically. So instead of
use HTML::Entities;
.. etc ..
$template->param('my_content', encode_entities($my_content));
I'd like to be able to do:
my $template = HTML::Template->new(
filename => 'file.tmpl',
encode => 1
);
Regards
Dan
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Html-template-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/html-template-users