Help for this page
my $large_pattern = join '|', @PatternList;
my @matches = grep /$large_pattern/, @array;