|
|
| P is for Practical | |
| PerlMonks |
Re: RE: Data::Dumper (Adam: Sample Usage)by dkubb (Deacon) |
| on Jan 18, 2001 at 06:24 UTC ( #52670=note: print w/ replies, xml ) | Need Help?? |
|
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 Section
Module Reviews
|
|
||||||||||||||||||||