my @hello_values = map { $q->param($_) } grep {m/hello/} $q->param(); # untested!