Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(ar0n: pnotes) Re: Sharing data structures among http processes?

by ar0n (Priest)
on Jun 28, 2001 at 02:08 UTC ( [id://92088]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # a handler that gets executed first
    my %my_data = (foo => 'mod_perl', bar => 'rules');
    $r->pnotes('my_data' => \%my_data);
    
  2. or download this
    my $info = $r->pnotes('my_data');
    print $info->{foo};
    
  3. or download this
    mod_perl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 04:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found