> Pulling parameters from a POST method using Apache::Request, 
> largely to make
> it easier to deal with multiple value variables.  The problem 
> occurs if I
> have two variables, differentiated only by case (eg. 
> wanthelp=<something>
> and wantHelp=<somethingelse>).
> 

> Am I missing some parameter to make this case-sensitive?  Is 
> there a better way
> to do this than using Apache::Request?
> 

I can't imagine what requirements could be imposed to force you to use the
same parameter names for two different variables.  Can't you just put an '_'
before one?

Still you must have a reason, otherwise you wouldn't be asking!  You might
try CGI::Apache.  mod_perl puts CGI parameters into an Apache::Table classs,
which is case-insensitive.  I don't believe that CGI::Apache uses the
Apache::Table class.

Hope that helps.

Chris Strom
Community of Science
http://www.cos.com/

Reply via email to