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