Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @date = map ucfirst lc, split ' ', $lines2;
    
    print "$date[2] $date[3] and $date[2] $date[1]";
    
  2. or download this
    Oct 06 and Oct 13