Help for this page

Select Code to Download


  1. or download this
    @union=sort { $a->[0] cmp $b->[0] } @union;
    
  2. or download this
    use List::Util 'shuffle';
    @union=shuffle @union;
    @union=sort { $a->[0] cmp $b->[0] } @union;