my @ary = $query->param; my $pageid; for (@ary) { if (lc $_ eq 'pageid') { $pageid = $query->param($_); } }
In reply to Re: Ignore case of query string parameter
by George_Sherston
in thread Ignore case of query string parameter
by lpoht
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |