mp2.0 Apache::Request

2003-01-17 Thread Rafel Amer
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) { . }

Re: mp2.0 Apache::Request

2003-01-17 Thread Steve
In the documentation of nodperl-2.0, I cannot find any references to libapreq and $r-param. correct me if I'm wrong anyone,but I don't think Apache::Request has been ported to modperl2 yet.. for now I'm using cgi

Re: mp2.0 Apache::Request

2003-01-17 Thread Stas Bekman
Steve wrote: In the documentation of nodperl-2.0, I cannot find any references to libapreq and $r-param. Because it's not there yet. correct me if I'm wrong anyone,but I don't think Apache::Request has been ported to modperl2 yet.. True. The C porting of libapreq is almost complete. The