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 from your query or search for modules on search.cpan.org for ways to transform date/times to epoch.

use strict;
use wanrings;

on your code and you will get more assistance because there are less likely to be simplem mistakes in your example code.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to