Help for this page
my $count = grep{ /$query/ } $_;
my $count = grep{ /\b$query\b/ } $_;
my $count = grep{ /\b$query\b/i } $_;