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