my @selected = $query->param("my_multiple_select"); #### foreach my $sel ( @{$query->param("select")} ){ ... }