[htmltmpl] [patch] __counter__ variable

2002-07-11 Thread simran
i All, I sent the patch below (for a __COUNTER__) variable if loop_context_vars was on - a while ago, but did not hear anything about it... maybe people didn't find it that useful (or maybe it didn't make it to the list). Anyhow, Sam, what do you think about the patch below? It would be usef

Re: [htmltmpl] Dynamic Filters for cached templates forced recall ?

2002-07-11 Thread Chris Newman
Oops. I've since been running an Apache/mod_perl combo with HTML::Template::JIT memory resident and have shifted the data population of the template to the mod_perl script using it a request processor as I should have realised originally. I'm now thinking of the template engine a bit like an S

[htmltmpl] Dynamic Filters for cached templates forced recall ?

2002-07-11 Thread Chris Newman
Hi, I want to be able to run HTML::Template::JIT or standard cached HTML::Template with a dynamic filter. I have run a filter which contains a call to a subroutine which does a remote data retrieval socket GET but it appears that HTML::Template is not dynamically re-calling this routine