foreach my $key ( sort keys %hash ) { print "key: " . $key . " value: " . $hash{$key} . "\n"; }