Just wondering how i can search paremeter names? so if i had a form with input values with the names of "hello1", "hello2", "hello345". now the numbers after the word "hello" may be different depending on the end user, so i need a way to retreive all input values with the paremeter name having "hello" inside of it. does that require some sort of regex?
btw, I am using CGI.pm to parse form values.