Help for this page

Select Code to Download


  1. or download this
    sub foo : Local {
       my ($self, $c) = @_;
    ...
    
       # ... do something with data put in stash by foo()
    }
    
  2. or download this
    $template->param(
       base => $c->req->base,
       name => $c->config->{name},
       %{ $c->stash }
    );