in reply to Comparing Strings
use String::Approx 'adist'; $dist = adist("pattern", $input); [download]