Help for this page

Select Code to Download


  1. or download this
            @sorted = sort @array;
    
  2. or download this
            @sorted = sort {$a cmp $b} @array;