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} = (); [download]
perlref and Slices may help