Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Catalyst and the stash

by Mutant (Priest)
on Jul 19, 2005 at 16:25 UTC ( [id://476172]=perlquestion: print w/replies, xml ) Need Help??

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 }
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://476172]
Approved by Old_Gray_Bear
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-18 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found