Chico wrote:
I want to query three different databases and put all the data into an array
(which works fine). Next I want to convert the timestamps in the array to
epochtime (Unix Time), then sort the array, and then convert back to
original time stamp. Can anyone help?
GET the EPOCH time f
I want to query three different databases and put all the data into an array
(which works fine). Next I want to convert the timestamps in the array to
epochtime (Unix Time), then sort the array, and then convert back to
original time stamp. Can anyone help?
Here is my script:
###Use DBI to Make