Re: passing Apache::Request object

2002-11-24 Thread Stas Bekman
Marc Lambrichs wrote: 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. perldoc Apache::Request: instance The

passing Apache::Request object

2002-11-23 Thread Marc Lambrichs
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,