On Thu, 20 Nov 2003 15:00:36 -0800 Stas Bekman <[EMAIL PROTECTED]> wrote:
> If you need a global request object to be available at the earlier or later > phases you need to explicitly use 'PerlOptions +GlobalRequest' disregarding the > setting of 'SetHandler'. I supposed it :-) > Besides starting from CGI.pm 2.93 you can pass $r to CGI's new object: > > CGI->new($r); > > in which case you don't need to set the global request object. So if your > product can require CGI 2.93 or higher, it's the best to use the above technique. Yes, I know, and indeed I will use CGI >= 2.93 new constructor interface (waiting for libapreq 2) Thanks by - Enrico -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html