in reply to Re^2: How to create a hash whose values are undef?
in thread How to create a hash whose values are undef?

@{$hash->{foo}}{@keys} = ();

perlref and Slices may help


True laziness is hard work