Re: [htmltmpl] Writing an extension for HTML::Template - how to do it?
Brought to you by:
samtregar
From: Webmaster Techcode.N. <web...@te...> - 2005-11-09 02:00:46
|
Wouldn't it be great if everyone was writing docs like you do? :) I checked it out - it seems quite interesting. Will give it more thougth = in the morning (it's 3AM ...). Thanks. =20 Indeed, there are a number of solutions that can be implemented. = HTML::Template::Expr with a function callback is probably the easiest = solution. Another possiblility is to use the modified H::T that I use (available = at http://members.optusnet.com.au/~mathew) to create your own TMPL_xxx = syntax. Mathew |