At Wed, 25 Sep 2002 12:44:23 -0400, darren chamberlain wrote: > > Just an announcement of scary plugin: Template::Plugin::HTML::Template! > > You know, I wrote this exact plugin a few months ago, and just never > released it.
Never noticed it ;) > It's mostly identical to your own, except for the lack of the named > filter and the addition of the $conf parameter. This last means you can > do: > > [% USE ht = HTML.Template(cache => 1, die_on_bad_params => 1) %] > [% FILTER $ht %] > Hello, <TMPL_VAR NAME=WHAT>! > [% END %] > > And the extra parameters get passed to the HTML::Template constructor. > Very useful in combination with disk-based caching. Yeah, that's left for TODOs, but you just solved it! Now I'll apply this and put your name on AUTHORS. > Now I'm going to have to upload all my plugins, before you rewrite them! Yes, please! ;) -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> _______________________________________________ templates mailing list [EMAIL PROTECTED] http://www.template-toolkit.org/mailman/listinfo/templates
