# If sorting ascending asciibetically. my @sorted_items = sort { $a->{description} cmp $b->{description} } @items;