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