Help for this page

Select Code to Download


  1. or download this
        
    get '/' => sub {
      my $c = shift;
      $c->render;
    } => 'index';
    
  2. or download this
        
    get ('/' , sub { ... } , 'index');