Help for this page

Select Code to Download


  1. or download this
    get '/foo' => sub {
        my $c = shift;
        my $params->{nose} = $c->param('nose');
        $c->render( text => $moo->nose($params) );
    };