my @sorted = sort { $a->{'level'} <=> $b->{'level'} || $a->{'department'} cmp $b->{'department'} } @array;