Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
                 map {[$_,(split':')[0]]} @lines;
    
    print "$_\n" for @sorted;