Re: Sort Contents of an Array

2005-09-06 Thread JupiterHost.Net
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

Sort Contents of an Array

2005-09-06 Thread Chico
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