Help for this page
#!/usr/bin/env perl ... print "compare: ", $comp->compare(\@array1, \@array2) ? "Same elements, same order\ +n" : "Different elements or diff +erent order\n";
perm: Same elements compare: Different elements or different order