On Thu, Mar 31, 2011 at 6:22 PM, Bill Crawford <[email protected]> wrote: > On 31 March 2011 17:21, Bill Crawford <[email protected]> wrote: >> sub help : Chained('/') Args { >> my ( $self, $c, @path ) = @_; >> >> my $path = join('/', @path); >> ... >> } > > Uh, : Chained('/') PathPart('help') Args { ... > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ >
And use http://search.cpan.org/~bobtfish/Catalyst-Runtime-5.80032/lib/Catalyst/Request.pm#$req-%3Epath for creating the link of the help button _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
