Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Data::Dumper in a nutshell?

by trs80 (Priest)
on Feb 08, 2002 at 00:59 UTC ( [id://144000]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       use Data::Dumper;
    
    ...
    
       print Dumper($hashref);
    
  2. or download this
    
       use Data::Dumper;
    ...
           my $parser = Parse::RecDescent->new($grammer);
    
       print Dumper($parser);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found