Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Passing data around within CGI::Prototype

by cbrandtbuffalo (Deacon)
on Mar 16, 2006 at 17:40 UTC ( [id://537225]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        __PACKAGE__->reflect->addSlot(
            tt_data           => {},
            perl_data         => {},
        );
    
  2. or download this
    $self->perl_data->{pass_around} = 'some calculated data';
    $self->tt_data->{some_stuff} = $self->get_some_stuff();
    if ( $self->perl_data->{pass_around} ){
        blah
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://537225]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-28 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found