i'm trying to compare two strings which are almost identical using the module String::Compare.
i've found out though that its not very intuitive. for example these two strings only give a score of 0.39871...
my $str1 = "dn despaigne";
my $str2 = "dan despaigne";