Here's an example of how I use Data::Dumper, on one line, during debugging. It produces a pretty clean output of the data structure:
print Data::Dumper->new([\%hash],[qw(hash)])->Indent(3)->Quotekeys(0)->Dump;In reply to Re: RE: Data::Dumper (Adam: Sample Usage)
by dkubb
in thread Data::Dumper
by geektron
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |