Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "$hash_keys --> $copy_keys, ",
          $hash_keys eq $copy_keys ? "Same" : "Different",
          " order \n";
    
  2. or download this
    4 1 3 0 2 5 --> 1 4 0 3 2 5, Different order