Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Data Dumper Question

by clintonm9 (Sexton)
on Dec 27, 2009 at 06:07 UTC ( [id://814482]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'test1' => [
    ...
                           $VAR1->{'test1'}[0]
                         ]
            };
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print Dumper($VAR1);
    
    exit;
    
  3. or download this
    $VAR1 = {
              'test1' => [
    ...
                           undef
                         ]
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-18 12:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found