Hello, I need a quick way to add a hash as the value to another hash in order to build a multi-dimensional hash. I tried these but they don't seem to work. Tried google and searching here but couldn't find quick solutions.
$hoh{'key'} = %hash; #doesn't work
$hoh{'key'} = \%hash; #doesn't work