This make scene 3 behave the way you expect it to.sub default : Private { my ( $self, $c ) = @_; my (undef, @args) = @{$c->req->args}; $c->forward('say', \@args); }
But I can't reproduce your scene 4. (Catalyst 5.56 here.) Do you have a $c->forward in Greet.pm?
In reply to Re: Catalyst request handling
by chibiryuu
in thread Catalyst request handling
by redlemon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |