Help for this page

Select Code to Download


  1. or download this
    %h = map { $_->[0], $h{$_->[0]} } [ sort { $a<=>$b } keys %h ];
    
  2. or download this
    %h = map { $_, $h{$_} } map { $_->[0] } [ sort { $a<=>$b } keys %h ];