Help for this page

Select Code to Download


  1. or download this
    $file=$ARGV[0];
    
    ...
    
    }
    close IN;
    
  2. or download this
    use Text::Levenshtein qw(distance);
    $distance = distance ($id1, $id2);