.......... foreach my $key (sort keys %$href) { print "Key: ".$key."\n"; # print "Key: ".$key." => Value: ".$href->{$key}."\n"; } ..........