Help for this page

Select Code to Download


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