On Thu, 2004-06-10 at 11:04, Stas Bekman wrote: > Not quite so for BEGIN blocks: > http://perl.apache.org/docs/1.0/guide/porting.html#BEGIN_blocks > They won't be run on each request.
They will be if you use PerlRun though, since it compiles them each time. END block stuff could probably be moved to a cleanup_handler. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html