Help for this page

Select Code to Download


  1. or download this
    @hash = sort {$a->{"Size"} <=> $b->{"Size"}} @hash;
    
  2. or download this
    @hash = [ blah1 => 33], [ blah2 => 44 ];
    @hash = sort {$a->[1] <=> $b->[1] } @hash;