$hash{"irgendwas mit spaces"} = 0; # oder: my $key = "irgendwas mit spaces"; $hash{$key} = 0;