[Catalyst] Help System - Can a controller's index capture the remainder of the path as a series of arguments?

Bill Crawford billcrawford1970 at gmail.com
Thu Mar 31 16:22:18 GMT 2011


On 31 March 2011 17:21, Bill Crawford <billcrawford1970 at gmail.com> wrote:
> sub help : Chained('/') Args {
>    my ( $self, $c, @path ) = @_;
>
>    my $path = join('/', @path);
>    ...
> }

Uh, : Chained('/') PathPart('help') Args { ...



More information about the Catalyst mailing list