my $keyval1 = { 'stuff' => 'more stuff', 'other stuff' => 'even more stuff', }; %hash = ( 'key' => $keyval1, 'ref to key' => $keyval1, );