http://www.perlmonks.org?node_id=561015


in reply to easiest way to print the content of a hash?

If you're just doing a quick check on the contents of a hash nothing beats print "\%hash = @{[%hash]}\n"; for debugging.