my %hash = one => "eins", two => "zwei", three => "drei"; for %hash.keys -> $k { %hash{$k}.say; }