Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(Ovid) Re: Data::Dumper in a nutshell?

by Ovid (Cardinal)
on Feb 08, 2002 at 00:42 UTC ( [id://143997]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print Dumper $foo, \@array;
    print Dumper \%hash;
    print Dumper $bar;
    
  2. or download this
    $VAR1 = 'test';
    $VAR2 = [
    ...
                        }
            };
    $VAR1 = undef;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (7)
As of 2024-03-29 12:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found