in reply to Fuzzy Strings
use Text::Soundex; $similar = soundex($string); @sims = soundex(@strings); [download]
Jeff