Hello Arshavir,
> I am trying to use the stacked handlers functionality but cannot seem
> to get it working. What I have is the following 2 modules:
>
> package Test;
[...]
> $r->push_handlers(PerlResponseHandler => 'Test1::handler');
>
> package Test1;
[...]
> sub handler {
[...]
>
>
>
Geoffrey Young wrote:
Arshavir Grigorian wrote:
Hello list,
I am trying to use the stacked handlers functionality but cannot seem to
get it working. What I have is the following 2 modules:
package Test;
use strict;
sub handler {
my $r = shift;
$r->push_handlers(PerlResponseHandler =
Arshavir Grigorian wrote:
> Hello list,
>
> I am trying to use the stacked handlers functionality but cannot seem to
> get it working. What I have is the following 2 modules:
>
> package Test;
>
> use strict;
>
> sub handler {
> my $r = shift;
>
> $r->push_handlers(PerlResponseHandle