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

Re: Pretty Printing with Data::Dumper

by halley (Prior)
on Sep 09, 2005 at 12:11 UTC ( [id://490537]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Pretty() filters Data::Dumper output to join up short related lines.
    # This makes it a lot easier to read a typical hash structure.
    ...
    
        return join("\n", @dst) . "\n";
    }
    
  2. or download this
    bless( {
      HANDLERS => {},
    ...
        Actor => bless( {}, 'Actor' )
      }
    }, 'Antic::Item' )
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found