in reply to Filtering failing under Apache & mod_perl?
The CHECK and INIT code blocks will not be executed inside a string eval(), if that eval() happens after the end of the main compilation phase; that can be a problem in mod_perl and other persistent environments which use eval STRING to load code at runtime.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Filtering failing under Apache & mod_perl?
by clueless newbie (Curate) on Jul 19, 2010 at 19:49 UTC | |
by kennethk (Abbot) on Jul 19, 2010 at 20:37 UTC |