Help for this page

Select Code to Download


  1. or download this
    my $large_pattern = join '|', @PatternList;
    
  2. or download this
    my @matches = grep /$large_pattern/, @array;