#!/usr/bin/perl use strict; use warnings; use String::LCSS_XS qw(lcss); my @result = lcss( 'abcdefghixypqrstxyzuvw', 'axyza'); print "$result[0]\n";
In reply to Re: Does String::LCSS work?
by Khen1950fx
in thread Does String::LCSS work?
by BrowserUk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |