String::Approx seems a good solution too... perhaps a better one than Text::Soundex *sniff*use Text::Soundex; if (soundex($string1) eq soundex($string2)) { print "Bingo!" } else { +print "bummer"; }
In reply to Re: Similarity of strings
by Beatnik
in thread Similarity of strings
by professa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |