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