Hi All,
 
I want to save my Apache::Request object in an PerlInitHandler called Initialization and later on during the life cycle of the request call a Initialization->get_request() method to use it again.
 
How can I do this in a safe manner? If you're wondering, why I would want to do this, take a look at Perrin Harkins perl.com article about etoys.
 
Cheers,
Marc

Reply via email to