Re: Using perl source code filter in mod_perl2

2007-08-11 Thread Perrin Harkins
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,

Using perl source code filter in mod_perl2

2007-08-10 Thread Steve Hay
Is it possible to use perl source code filters (like Filter::Util::Call) in scripts that are run via ModPerl::Registry? If I place the following module somewhere in my @INC path: Hello2Goodbye.pm package Hello2Goodbye; use Filter::Util::Call; sub import { my $type = shift