in reply to Printing of Array Hash is Missing Elements
for my $entry (sort keys %buildings) {
for my $entry (sort keys %{ $ref }) { [download]
I would also do:
print_hash(\%buildings); [download]