in reply to
Comparing likeness of two strings
Text::LevenshteinXS
looks like it may be faster than the pure perl implementation. Also you can get other viewpoints with added info from modules like:
Text::WagnerFischer
and one of the soundex or metaphone modules on cpan.
-Waswas
Comment on
Re: Comparing likeness of two strings
In Section
Seekers of Perl Wisdom