Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Data::Dumper too noisy

by samwyse (Scribe)
on Dec 03, 2008 at 03:14 UTC ( [id://727576]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use DateTime;
    use DateTime::TimeZone;
    ...
    };
    
    print Dumper($var);
    
  2. or download this
    $VAR1 = {
              'bigint' => Math::BigInt->new('0'),
    ...
              'tz' => DateTime::TimeZone::America::Chicago,
              'datetime' => rfc822('Wed, 03 Dec 2008 04:12:53 +0000')
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-23 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found