Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: RFC: Data::Dumper::Simple

by Ovid (Cardinal)
on Aug 04, 2004 at 16:04 UTC ( [id://380036]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper::Simple autowarn => 1;
    Dumper($scalar, @array, %hash);
    
  2. or download this
    use Data::Dumper::Simple as => 'show', autowarn => 'carp';
    show($scalar, %hash);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-24 13:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found