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

Re: Building an arbitrary-depth, multi-level hash

by samtregar (Abbot)
on Feb 28, 2009 at 22:13 UTC ( [id://747216]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my %hash;
      my $value = "foo";
      my @cats = qw(a b c d);
    ...
    
      use Data::Dumper;
      print Dumper(\%hash);
    
  2. or download this
    $VAR1 = {
              'a' => {
                       'b' => {
    ...
                              }
                     }
            };
    

Log In?
Username:
Password:

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

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

    No recent polls found