NAME
String::LCSS - Find The Longest Common Substring of Two Strings.
SYNOPSIS
require String::LCSS;
my $longest = String::LCSS::lcss ( "zyzxx", "abczyzefg" );
print $longest, "\n";
DESCRIPTION
String::LCSS provides the function "lcss" to ferret out the longest common substring shared by two strings passed as arguments. undef
is returned if the susbstring length is one char or less.
COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
BUGS
None presently known.
AUTHOR
Daniel Yacob, Yacob@EthiopiaOnline.Net