ARHG.
I want to stay as far away from use CGI; as possible =/
*sigh*
mod_perl and the methods available in the apache request object shuold beable to replace CGI.pm entirely, especially when you have a highly customized RequestHandler :/
Guess I'll see what happens, since I need cookie headers to work AND now multiple values for one param.
Probably best to try and see. Setup a simple handler that calls $r->args in list context and then step through the elements and see how they are arranged. I poked around in the 1.0 docs but wasn't able to come up with anything concrete, you might also mention which version of mod_perl you are dealing with....
http://danconia.org