in reply to Re: "stale data": mysql, ima-dbi, modperl, mason
in thread "stale data": mysql, ima-dbi, modperl, mason

Could it be that the combination of Mason and mod_perl make your <%init> sections run only the first time they are used (and thereafter are "cached" by mod_perl)?

Nope. From HTML::Mason::Devel: This section contains initialization code that executes as soon as the component is called... Technically an <%init> block is equivalent to a <%perl> block at the beginning of the component.

  • Comment on Re: Re: "stale data": mysql, ima-dbi, modperl, mason