Help for this page

Select Code to Download


  1. or download this
    sub split_sort {
      my ($in_a, $in_b, $split, $sort_type) = @_;
    ...
        $numa1 cmp $numb1 || $numa2 cmp $numb2
      }
    }
    
  2. or download this
      my @numbers = qw(1:2 1:02 3:4 5:78 50:89 10:5);
    
    ...
      #   '10:5',
      #   '50:89'
      # ];