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

Re: Using Apache2::RequestRec and pnotes

by philcrow (Priest)
on Apr 03, 2007 at 13:01 UTC ( [id://608049]=note: print w/replies, xml ) Need Help??


in reply to Using Apache2::RequestRec and pnotes

If you have $r that gets passed to the handler, you can at any phase during a single request say:
$r->pnotes( 'name_of_struct', $hash_of_dot_dot_dot );
Then, at any later point in the same request say:
$r->pnotes( 'name_of_struct' );
Phil

Update: Fixed copy and paste mistake in referring to $r.

Log In?
Username:
Password:

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

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

    No recent polls found