- or download this
the quick brown fox
brownbrownbrownbrown
..........00000.....
- or download this
xxxyyxxy
yyyxyxxyyyxyxx
...
abcdefga
abcdefgabcdefg
00000000...... False match
- or download this
sub lcssN (\$\$;$) {
my( $ref1, $ref2, $min ) = @_;
...
return unless $match[ 0 ];
return wantarray ? @match : $match[ 0 ];
}
- or download this
sub lcssN (\$\$;$) {
my( $ref1, $ref2, $min ) = @_;
...
return unless $match[ 0 ];
return wantarray ? @match : $match[ 0 ];
}