Re: [htmltmpl] H::T::Expr and escape
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2006-04-14 00:14:30
|
On Thu, 13 Apr 2006, Michael Peters wrote: > Is it possible to combine the 'escape' attribute of H::T with > H::T::Expr? No, I don't think so. I don't think it would be too hard to add support for it though. HTML::Template supports combining escape and code-ref params, so it'd just be a matter of making the HTML::Template::Expr parser smart enough to pass it through. -sam |