Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!

by chromatic (Archbishop)
on Jul 20, 2005 at 17:51 UTC ( [id://476577]=note: print w/replies, xml ) Need Help??


in reply to Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!

I use YAML's Dump() function, which doesn't eat up so much whitespace.

  • Comment on Re: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
  • Download Code

Replies are listed 'Best First'.
Re^2: Does Data::Dumper give you eye strain? Use Test::More::is_deeply() for debugging!
by Anonymous Monk on Apr 11, 2008 at 21:10 UTC

    Good idea. I do the following but the YAML would be more terse and probably easier to read after all.

    use Data::Dumper; $Data::Dumper::Terse = 1; $Data::Dumper::Indent = 1;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-23 11:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found