Help for this page

Select Code to Download


  1. or download this
    my @base= qw/b c d e/;
    my @dist= qw/w x y z/;
    ...
            return "differ\n" if scalar %a;
            return "identical\n";
    }