Hi. I use apache-1.3.26, modperl-1.27 and Embperl-1.3 with libapreq-1.0 and I have a routine in perl that processes the data passed from a form (from the Modperl Cookbook):
use Apache::Request;
my $r = Apache::Request->instance(Apache->request);
foreach $param ($r->param)
{
.....
}
In the documentation of nodperl-2.0, I cannot find any references to
libapreq and $r->param.
Does anybody know how I can process the data in modperl-2.0?
Thanks.
R. Amer
Polythecnic University of Catalonia
