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