On Wed, Jun 18, 2003 at 04:14:05PM -0700, Tim Howell wrote:
> I have a fairly complicated template that utilizes one , a
> couple of s, and several constructs.
> My problem is that in a certain area of the template any parameter name
> that I enter isn't being recognized, and so (because of die on
Title: Parameter not being recognized...
I have a fairly complicated template that utilizes one , a couple of s, and several constructs. My problem is that in a certain area of the template any parameter name that I enter isn't being recognized, and so (because of die on bad params) my scri
Hi Philip, Craig, Norikatsu, Sam and all H::T users!
I've searched H::T mail list archive and found some proposals about
TMPL_VAR ESCAPE feature.
There are some implementations of
a) ESCAPE=JS
b) ESCAPE=BR
c) ESCAPE=HTML_BR
d) ESCAPE=BASE64
Great thanks to C
Andrew Hammond wrote:
> I'm using HTML::Templates to generate email messages in ISO-2022-JP
> character set. It mostly works correctly except for a little munging.
> I suspect it's Perl trying to do the Right Thing with a mix of
> character sets. Is there any way to control the way that template
>