Help for this page

Select Code to Download


  1. or download this
        my @infile = <>; # Reads file
    
  2. or download this
       ### Define the sort key here ###
       # Sorts in ascending order.
    ...
         # Sorts  descending order.
        sub key2  { ( substr( $b, 20, 2 )) cmp ( substr( $a, 20, 2 )); }
        #