Re: no request object for scripts, debian etch packaged apache2, mod_perl2

2007-11-06 Thread Collin Monahan
> > I have googled around quite a bit but haven't found anything for > > this. > > > > Using Apache 2.2.3, mod_perl 2.0.2-2.4, both are from Debian > > packages. > > > > I am not using handlers, just scripts, and so I have nothing to > > shift. > > Also, the Apache2::requestutil stuff doesn't work

Re: no request object for scripts, debian etch packaged apache2, mod_perl2

2007-11-06 Thread Perrin Harkins
On Nov 6, 2007 3:37 PM, Collin Monahan <[EMAIL PROTECTED]> wrote: > > I have googled around quite a bit but haven't found anything for this. > > Using Apache 2.2.3, mod_perl 2.0.2-2.4, both are from Debian packages. > > I am not using handlers, just scripts, and so I have nothing to shift. > Also,

no request object for scripts, debian etch packaged apache2, mod_perl2

2007-11-06 Thread Collin Monahan
I have googled around quite a bit but haven't found anything for this. Using Apache 2.2.3, mod_perl 2.0.2-2.4, both are from Debian packages. I am not using handlers, just scripts, and so I have nothing to shift. Also, the Apache2::requestutil stuff doesn't work. $r = shift; # $r will be undefi