Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Keith Jackson
OK, I understand. So I guess my question is redirected to Mathew, could you subclass H::T and put your version on CPAN? Thanks! PS. IMHO It doesn't get said enough, H::T is a GREAT module and all the people involved deserve tons of credit! Thanks and have a great New Year. Keith On Wed, 2005-0

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Sam Tregar
On Wed, 5 Jan 2005, Keith Jackson wrote: > Your version has some nice features that I could use, especially the > recursive HTML::Template invocation. Is there a reason why Sam has > not included your mods into the CPAN version? The discussion of these changes is available in the mailing-list ar

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Sam Tregar
On Tue, 4 Jan 2005, Mark Fuller wrote: > I just had a need to conditionally include one of a few templates dependnig > on the value of a TMPL_VAR. One of the includes (which would not have been > loaded) did not exist, but H::T died because it couldn't locate that file. I > realized H::T probably

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Mark Fuller
From: "Keith Jackson" <[EMAIL PROTECTED]> > On Wed, 2005-01-05 at 01:58, Mathew Robertson wrote: > > http://members.optusnet.com.au/mathew/ > > Your version has some nice features that I could use, especially the recursive HTML::Template invocation. Is there a reason why Sam has not included your

Re: [htmltmpl] RFC: Conditional TMPL_INCLUDE

2005-01-05 Thread Keith Jackson
On Wed, 2005-01-05 at 01:58, Mathew Robertson wrote: > hmm... I'm not sure I can answer how you would go about making H::T do a > compile-time parse, but I can solve your need for num>>... > > I use a modified version of H::T which does this (and a number of other > useful things, such as custo