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