|
|
| No such thing as a small change | |
| PerlMonks |
Re: easiest way to print the content of a hash?by coreolyn (Parson) |
| on Jul 13, 2006 at 17:32 UTC ( #561015=note: print w/ replies, xml ) | Need Help?? |
|
If you're just doing a quick check on the contents of a hash nothing beats print "\%hash = @{[%hash]}\n"; for debugging.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||