Help for this page

Select Code to Download


  1. or download this
    my @data;
    while (my $line = <$fh>) {
    ...
        map  { $_->[0] }
        sort { $a->[1] <=> $b->[1] }
        map  [ $_, (split)[3] ], @data;
    
  2. or download this
    next unless $line =~ /^\d/;