Help for this page
sub base : Chained('/'): PathPart('book'): CaptureArgs(0) { my ( $self, $c, ) = @_; ... template => 'book_list.tt'); } }