in reply to Re^2: Date conversion in perl?
in thread Date conversion in perl?

Not a unix epoch date
$ perl -e '$time_array = ["2010", "03", "02", "16", "50", "19"]; print @{$time_array};' 20100302165019

print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."