Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    is distance('ABCGE', 'ABCGE'), 0;
    is distance('ABCGE', 'FGCGB'), 3;
    is distance('ABCGE', 'JHAGT'), 4;