Quick summary:

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>).

Given the about pseudo-values, when using apr->param('wanthelp') OR
apr->param('wantHelp') I get the same response, namely an array of two
values <something> and <somethingelse> for each.

Unfortunately, I have no control over what the variable names will be nor
how many parameters they will have, so I must handle all possible cases.  Am
I missing some parameter to make this case-sensitive?  Is there a better way
to do this than using Apache::Request?

Thanks!

 --
James Sheridan-Peters
HealthCite.com
[EMAIL PROTECTED]




Reply via email to