Help for this page

Select Code to Download


  1. or download this
    my %match;
    $match{$_} = 1 foreach @valuesToMatch;
    my @result = grep $match{$_}, @input;