Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for (sort { $a->[1] <=> $b->[1] } @data) {
        print join( ' : ', @$_ ), $/;
    }
    
  2. or download this
  3. or download this
  4. or download this