Re: [htmltmpl] Wrapper functionality

2005-10-20 Thread Mathew Robertson
There are a number of reasons why this is a bad thing, among them: - performance -> you cant make user of cached templates - error messages can be extremenly cryptic. That said, I maintain a modified version of H::T which does include this feature - you can download it from here: http://membe

[htmltmpl] Wrapper functionality

2005-10-20 Thread John Wang
I've been using HTML::Template for a while now and am familiar TMPL_INCL. If you wanted the main template to be nested inside an "outer" template, say one that contained the header, footer, and navigation, you could do that in Perl: instantiate HTML::Template twice and put the output of one as a pa