⭐ in reply to How can I assign the elements in an array to only the key values in a hash?
my %hash; @hash{@array} = undef; [download]