for %hash.kv -> $key, $value { say "$key => $value" } # statt: for my $key (keys %hash) {print "$key => $hash{$key}\n"}