Help for this page

Select Code to Download


  1. or download this
    my @records;
    {
    ...
                      sort { $a->[1] <=> $b->[1] }
                      map { [ $_, (split /:\s*/, $_->[3])[1] ] }
                      @records;