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,
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