my @vals = $q->param('...'); print Dumper(\@vals); # would print [ undef ] not [ ]