for my $k ( sort keys %hash ) { print "key: $k => value: $hash{$k}\n"; }