in reply to Sorting array of hashes according to key value
@{$self->{'Items'}} = sort { $a->{'Date'} cmp $b->{'Date'} } @{$self->{'Items'}}; [download]