Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    cmp_deeply([@sorted], [@exp]);
    
    done_testing();
    
  2. or download this
                ((($a <=> 0) & 3) <=> (($b <=> 0) & 3)) || ($a <=> $b)