in reply to Re: Ignore case of query string parameterin thread Ignore case of query string parameter
my %params = map {(lc($_)=>$query->param($_))} $query->param; [download]
Best wishes Weasel