in reply to accessing a hash of hashes
my %hash = ( foo => { bar => baz } ); print $hash{foo}{bar}; [download]