Hi, I'm new to perl, but can't seem to find an answer to my problem. I have a piece of code which grabs HTTP query string variables as such:
where $query is the query string. I want to be able to ignore the case of the names of the parameters (i.e. accept "PageID", "PagEiD", etc.) without grabbing the whole query string (with the ENV variable), then splitting it, searching it, etc. Any ideas? Thanks.