Help for this page

Select Code to Download


  1. or download this
    package MyApp;
    use Moose;
    use namespace::autoclean;
    ...
    __PACKAGE__->setup();
    
    1;
    
  2. or download this
    package MyApp::Controller::Root;
    use Moose;
    ...
    1;
    __END__
    http://localhost:3000/counter