[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl
Subject:    Re: Trouble with Apache::Request
From:       Jie Gao <J.Gao () isu ! usyd ! edu ! au>
Date:       2003-07-31 23:46:51
[Download RAW message or body]

Hi All,

perl-5.8.0 + mp1.99_10.
-----------------------

I am having problem trying to get /perl-status work.

It bombs out in Status.pm at the following location:

--------------------------------------------------------------------------
if (eval {require Apache::Request}) {
    $newQ ||= sub { Apache::Request->new(@_) };
}
elsif (eval {require CGI}) {
    $newQ ||= sub { CGI->new; };
}
else {
    die "Need CGI.pm or Apache::Request to operate";
}
--------------------------------------------------------------------------

But shouldn't "Apache::Request" be "Apache::RequestRec"?

Sincerely,



Jie

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic