http://qs1969.pair.com?node_id=560981

s_m_b has asked for the wisdom of the Perl Monks concerning the following question:

I need to check the current content of a hash, but can't figure how to just dump the content out - similar to doing print @some_list for dumping out a list's content. I tried %some_hash and %some_hash{} with no success.