in reply to
to find string
Start by querying the Perl FAQ, which is conveniently available from your command line:
perldoc -q count
[download]
and online:
How can I count the number of occurrences of a substring within a string?
Comment on
Re: to find string
Download
Code
In Section
Seekers of Perl Wisdom