Re: [htmltmpl] verified something
Brought to you by:
samtregar
From: Michael P. <mp...@pl...> - 2006-03-08 14:23:28
|
Paulsen, Brian wrote: > Try using double_file_cache? I'm thinking this may be more of a > HTML::Template issue than a mod_perl issue. Just to let you know. H::T works just fine under mod_perl. If you have any caching going on, it's probably because you're leaving some globals or package level vars hanging around. When H::T caches the template, it doesn't cache the output or the params you pass in, it just caches the compiled state of the template. -- Michael Peters Developer Plus Three, LP |