in reply to Re^2: searching parameter namesin thread searching parameter names
my @hello_values = map { $q->param($_) } grep {m/hello/} $q->param(); # untested! [download]