Re: [htmltmpl] Patch for userdefined escape subroutines in H::T

2008-05-14 Thread Damien Clark
G'day Dave/Everyone, On 15/5/08 1:54 PM, "David Kaufman" <[EMAIL PROTECTED]> wrote: > > Very nice work, Damien! Thank-you. :) > ... > But there have still been many times that I wished could "bolt on" a new > escape=rot13 or something. We can filter the template with our own > arbitrary code

Re: [htmltmpl] Patch for userdefined escape subroutines in H::T

2008-05-14 Thread David Kaufman
"Damien Clark" <[EMAIL PROTECTED]> wrote: > I would like to extend HTML::Template to allow the user to implement > their own arbitrary escape functionality. [...] I am proposing the > following changes to the HTML::Template API and template format: > > . Extend the syntax for to > include user p

[htmltmpl] Patch for userdefined escape subroutines in H::T

2008-05-13 Thread Damien Clark
G¹day Sam & H::T Developers, Let me start by saying thank-you for your work on HTML::Template. Its a module I use very frequently when developing web apps in Perl. In fact, more recently I have been using it for more than web apps, including mail merges and just now parameterising SQL queries.