Help for this page

Select Code to Download


  1. or download this
    A1 text1  NY   Jan  01
    A2 text2  LN   Feb  02
    ...
    A2 text2  NY   Feb  02
    A1 text1  SG   Jan  01
    A1 text1  AUS  Jan  01
    
  2. or download this
    A1 text1  NY:SG:AUS   Jan  01
    A2 text2  LN:NY       Feb  02
    A3 text3  SG          Mar  03
    
  3. or download this
    use warnings;
    use strict;
    ...
            print "$k $_ $cols3\n";
        }
    }