On Tue, 20 Feb 2007 13:58:51 -0600 [EMAIL PROTECTED] wrote: > I'll admit that I'm a mod_perl newbie. I've always just used plain > ol' CGI scripts in the past. Obviously I have relied's upon CGI's > param() method to get form parameters. Looking around the > documentation, I can see how to do the equivalent using mod_perl, but > nothing with mod_perl 2. In fact, many a google search has suggested > that this is more or less broken in mod_perl 2 and to use CGI.pm > instead. This is mostly for the archives, but the "brokenness" those searches are referring to is most likely the change in the mod_perl API that does allow you to override the values you get from Apache2::Request.
In MP1 you could change those values, but in MP2 they are ( properly IMHO ) read-only. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------