in reply to Re^2: searching parameter names
in thread searching parameter names

You mean like this?
my @hello_values = map { $q->param($_) } grep {m/hello/} $q->param(); # untested!
---
my name's not Keith, and I'm not reasonable.