$r->param - where did it go?
Patrick Galbraith <[email protected]>
| Newsgroups | gmane.comp.apache.apreq |
|---|---|
| Message-ID | <[email protected]> |
Hi all, in mod_perl 1.0, there was $r->param(), for getting the key/values of a posted form - what happened to this lovely method? ApacheRequestRec doesn't have a param method that I can see. There has to be some nice way to get this info. Thanks in advance. Patrick