What I mean is :
If I have two sequences contain string sequences example :
Seq1= AAGGTTCCTTAAGGAA and seq2= AAGGTTCCGGGGGGGGGG
then how could I find the string which is similar at least 5 string in both sequences (i.e : AAGGTTCC or others) using Perl?
I hope it's not make you confuse...