Help for this page

Select Code to Download


  1. or download this
    sub ($$) { $ref->{$_[0]} <=> $ref->{$_[1]} }
    
  2. or download this
    use strict;
    no warnings; # So many that they hide the output.
    ...
    __END__
    $a: 3 1 2
    @_: 1 2 3