in reply to Re^2: Date conversion in perl?in thread Date conversion in perl?
$ perl -e '$time_array = ["2010", "03", "02", "16", "50", "19"]; print @{$time_array};' 20100302165019 [download]