in reply to Does String::LCSS work?
#!/usr/bin/perl use strict; use warnings; use String::LCSS_XS qw(lcss); my @result = lcss( 'abcdefghixypqrstxyzuvw', 'axyza'); print "$result[0]\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does String::LCSS work?
by ikegami (Patriarch) on Jan 25, 2010 at 08:55 UTC | |
by ikegami (Patriarch) on Feb 08, 2010 at 19:25 UTC | |
by lima1 (Curate) on Jan 28, 2010 at 16:16 UTC | |
by ikegami (Patriarch) on Jan 28, 2010 at 19:06 UTC | |
|
Re^2: Does String::LCSS work?
by BrowserUk (Patriarch) on Jan 25, 2010 at 07:12 UTC |