in reply to Re^4: Advance Sortingin thread Advance Sorting
@sorted = sort { $a->{ID} cmp $b->{ID} # alphanum asc or $b->{Score} <=> $a->{Score} # num. + desc } @entry [download]
See sort !
Cheers Rolf
(addicted to the Perl Programming Language)