Help for this page

Select Code to Download


  1. or download this
    @combined = sort {$a->[0] <=> $b->[0]} (@listone,@listtwo);
    
  2. or download this
    @combined = sort {$a->[0] <=> $b->[0]} (@listone,@listtwo);
    foreach (@combined) {
    ...
    
    }