Help for this page

Select Code to Download


  1. or download this
    my @selected = $query->param("my_multiple_select");
    
  2. or download this
    foreach my $sel ( @{$query->param("select")} ){
        ...
    }