Sorry for not pointing out all details
config file
<FilesMatch "\.pl$">
SetHandler perl-script
PerlHandler ModPerl::Registry::handler
PerlOptions +ParseHeaders
AddType text/html .pl
Options +ExecCGI
</FilesMatch>
my $r = Apache->request;
gives "Can't locate object method "request" via package "Apache" at ...."
while
my $r = shift;
gives an object of type 'Apache::RequestRec'
Can not find how to reach header_in() from this point
> -----Original Message-----
> From: Stas Bekman [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 29, 2003 8:46 PM
> To: Paul G. Weiss
> Cc: [EMAIL PROTECTED]
> Subject: Re: where to find request object in mod_perl2
>
>
> Paul G. Weiss wrote:
> > The doc you reference says that Apache->request should be avoided
> > because it is expensive. But does it in fact work?
>
> Yes. Have you actually read it? That section also explains
> when it's available.
>
> Igor said: "this does not work under mod_perl2", without
> showing any error
> messages or explaining what kind of problem he has.
>
> > On Fri, 29 Aug 2003 10:17:57 -0700, Stas Bekman
> <[EMAIL PROTECTED]> wrote:
> >
> >> Igor Ivoilov wrote:
> >>
> >>> Hello all,
> >>>
> >>> I have perl programs running under Apache::Registry.
> >>> Now I need to switch to mod_perl2 and can not find request object.
> >>>
> >>> I used to get as
> >>> $r = Apache->request;
> >>>
> >>> But this does not work under mod_perl2.
> >>
> >>
> >>
> http://perl.apache.org/docs/2.0/user/porting/compat.html#C_Apa
> che_E_gt_request_
> >>
> >>
> >> __________________________________________________________________
> >> Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
> >> http://stason.org/ mod_perl Guide ---> http://perl.apache.org
> >> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> >> http://modperlbook.org http://apache.org http://ticketmaster.com
> >>
> >>
> >>
> >
>
>
> --
>
>
> __________________________________________________________________
> Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/ mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org http://ticketmaster.com
>
>
>
> --
> Reporting bugs: http://perl.apache.org/bugs/
> Mail list info: http://perl.apache.org/maillist/modperl.html
>
>
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html