On 1 Dec 2003 at 10:30, Randy Kobes wrote:

Hello Randy

magic! I catched all the information for you, played around again 
with my script and now it works!
Looks like the problem was in my script.

Many thanks for your help!

regards,
Josi Ender

> On Mon, 1 Dec 2003 [EMAIL PROTECTED] wrote:
> 
> > Hi All
> >
> > I'm trying to get the whole http request body with something like:
> >
> > use Apache ();
> > my $r = Apache->request;
> >
> > also tried:
> >
> > use Apache::Request;
> > my $apr = Apache::Request->new($r);
> >
> > but failed with the following in the error log:
> >
> > Can't locate object method "new" via package "Apache" (perhaps you forgot to
> > load "Apache"?)
> > Can't locate object method "new" via package "Apache::Request" (perhaps you
> > forgot to load "Apache::Request"?)
> >
> > Apache and Apache::Request is installed. I also installed libapreq via ppm.
> 


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to