in reply to sorting array of hashes
@array = sort { $a->{'path'} cmp $b->{'path'} } @array; [download]