How can I sort timestamps in perl ?
- by ablimit
I have several thousand objects with string property in the format of "yyyy-MM-ddTHH:mm:ssZ". I want to sort these objects ordered by time.
Is there any useful packages or scripts for this ?
(currently I'm just comparing individual numeric values and it seems it's not very efficient and neat)