Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: RE: Data::Dumper (Adam: Sample Usage)

by dkubb (Deacon)
on Jan 18, 2001 at 06:24 UTC ( [id://52670]=note: print w/replies, xml ) Need Help??


in reply to RE: Data::Dumper (Adam: Sample Usage)
in thread Data::Dumper

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;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://52670]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found