Is a hash of hashes all contained within the same memory space, or are the embedded hashes actually separate variables?
$hash{'key'}{'subkey'} = '345'} #hash of hashes.
Is %hash{'key'} technically the same variable as %hash or is %hash{'key'} now a separate variable.