Help for this page

Select Code to Download


  1. or download this
    #Original Working code prior to 2nd date format
    #!/usr/bin/perl
    ...
                          print "8 $8\n";
                          print "9 $9\n";
    }
    
  2. or download this
    use 5.18.0;
    use warnings;
    ...
    close(OUTLOG);
    print "CSV - File Created  Log File: $CSVLOG";
    
  3. or download this
    DateTime::Format::Flexible;
    my $dt = DateTime::Format::Flexible->parse_datetime( $date, lang => ['
    +en'], );