Help for this page

Select Code to Download


  1. or download this
    use Text::WagnerFischer "distance";
    use List::Util 'min';
    ...
        substr($a,-$n), substr($b,0,$n),
        distance(substr($a,-$n), substr($b,0,$n))
    }