in reply to Re: printing all values in a hash of hashes of arrays
in thread printing all values in a hash of hashes of arrays

Perl's own documentation on this subject is very good. (Refer to the section "Using References" of perldoc perlref

Grandfather is recommending rule 2 because it always works. The other rules are essentially "short cuts" which apply in special cases.
Bill