my @choice= $q->param("choice"); #### foreach my $choice (@choice) { # do something with this $choice; }