Help for this page

Select Code to Download


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