in reply to
find a string a certain number of times
$matches += () = m/\Q$a_particular_string\E/g
Repeat for each member of the array.
Comment on
Re: find a string a certain number of times
Download
Code
In Section
Seekers of Perl Wisdom