my @sorted_keys = sort { $hash{$a}->{last} cmp $hash{$b}->{last} || $hash{$a}->{first} cmp $hash{$b}->{first} } keys %hash;