my %hash = ( foo => { bar => baz } ); print $hash{foo}{bar}; [download]
In reply to Re: accessing a hash of hashes by holli in thread accessing a hash of hashes by existem