in reply to
Finding Overlapping between 2 strings
The problem you're looking at can be found in most CS textbooks,it's called
Longest common substring
and an implementation in Perl can be
found here
.
Comment on
Re: Finding Overlapping between 2 strings
In Section
Seekers of Perl Wisdom