On 8/10/07, Steve Hay <[EMAIL PROTECTED]> wrote: > Is it possible to use perl source code filters (like Filter::Util::Call) > in scripts that are run via ModPerl::Registry?
I don't think that can work because of the way Registry modifies your code. Try using handlers instead of Registry scripts, or make your own subclass of Registry that runs the source filter manually on the code before turning it into a sub. - Perrin