On Thu, 30 Jan 2003, Lee Goddard wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: MD5 > > > Is the pod missing from the mp2 beta, or is it just mine? > > I've looked on perdoc.org, but nothing there for Apache::Const. > > I'm trying to find a replacement for Apache::Request::params() > on mp2, and struggling furiously since Apache::compat doesn't > seem to cover it. Hence the POD....
For now, the best places for info on mod_perl 2 are http://perl.apache.org/ and this mailing list (and archives). Until Apache::Request is ported to mod_perl 2.0, one can use methods in Apache::compat for dealing with form data - see the discussion of $r->content at http://perl.apache.org/docs/2.0/user/compat/compat.html (these docs are also available in the Win32 perl/apache binary distribution under /Apache2/manual/mod_perl/). -- best regards, randy