Carl Brewer wrote:


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

Reply via email to