Help for this page

Select Code to Download


  1. or download this
      @$_ = sort {$a cmp $b} @$_ for \@list1, \@list2;
    
  2. or download this
      map {@$_ = sort {$a cmp $b} @$_} \@list1, \@list2;