my %hash = map {$_ => undef} @keys; #### my $hashRef = {foo => {map {$_ => undef} @keys}};