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

Re: Data::Dumper question

by Anonymous Monk
on Apr 01, 2009 at 03:59 UTC ( [id://754618]=note: print w/replies, xml ) Need Help??


in reply to Data::Dumper question

No, Data::Dumper is clever like that :)
sub Dump { require Data::Dumper; local $Data::Dumper::Terse=0; local $Data::Dumper::Purity=1; local $Data::Dumper::Deepcopy=1; local $Data::Dumper::Indent=0; Data::Dumper::Dumper(@_); } print Dump( $this); print Dump( $that); print Dump( $otherthing);

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-25 15:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found