Help for this page

Select Code to Download


  1. or download this
      foreach my $found (@array2) {
        if (&match_names($item,$found)) {
    ...
      } # end-foreach
    } # end-foreach
    @save = keys %found_one;
    
  2. or download this
          push(@save, $found)   if !exists $found_one{$found};
          $found_one{$found} = 1;