There's always Data::Dumper.
Or, assuming your hash values are scalars, you can step through the keys and print out the contents, like this:
foreach (sort keys %myhash) { print "$_ : $myhash{$_}\n"; }
In reply to Re: easiest way to print the content of a hash?
by ptum
in thread easiest way to print the content of a hash?
by s_m_b
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |