All of your params should be in the %params hash, and you just use the lc version of your param name to access your value.my %params; for my $paramName ($query->param){ $params{lc($paramName)} = $query->param($paramName); }
In reply to Re: Ignore case of query string parameter
by c-era
in thread Ignore case of query string parameter
by lpoht
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |