Re: [mp2] porting older mp2 code to 2.0.0 - I'm stuck with params from apreq!
[prev]
[thread]
[next]
[Date index for 2005/05/22]
This is a multi-part message in MIME format.
--------------020902000207090601090706
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Carl Brewer wrote:
> Carl Brewer wrote:
>
>>
> Apache2::RequestUtil->request($r).;
> If I'd looked in :
> docs/html/group__apreq__xs__request.html
>
> I'd have seen that all I needed to do was to
> change
>
> use Apache::Request;
> to
> use Apache2::Request;
>
> and
> my $req = Apache::Request->new($r);
> to
> my $req = Apache2::Request->new($r);
>
> and it would have just worked!
>
>
> Mea Culpa
>
> Carl
>
>
--------------020902000207090601090706
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Carl Brewer wrote:
<blockquote cite="mid428FD93A.6040301@xx.xxxxxxx.xx.xx" type="cite">Carl
Brewer wrote:
<br>
<blockquote type="cite"><br>
</blockquote>
<code>Apache2::RequestUtil->request($r)</code>.;<br>
</blockquote>
<br>
<br>
<blockquote cite="mid428FD93A.6040301@xx.xxxxxxx.xx.xx" type="cite">If
I'd looked in :
<br>
docs/html/group__apreq__xs__request.html
<br>
<br>
I'd have seen that all I needed to do was to
<br>
change
<br>
<br>
use Apache::Request;
<br>
to
<br>
use Apache2::Request;
<br>
<br>
and
<br>
my $req = Apache::Request->new($r);
<br>
to
<br>
my $req = Apache2::Request->new($r);
<br>
<br>
and it would have just worked!
<br>
<br>
<br>
Mea Culpa
<br>
<br>
Carl
<br>
<br>
<br>
</blockquote>
<br>
</body>
</html>
--------------020902000207090601090706--