Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Hashes of Hashes of Arrays? Is it possible?

by Kc12349 (Monk)
on Sep 08, 2011 at 18:49 UTC ( [id://924904]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %HOH;
    $HOH{parent}{child1} = 'value1';
    ...
        child1 => "value1",
        child2 => ["value2", "value3"] },
    }
    
  2. or download this
    use Data::Dump qw(pp);
    say pp(\%HOH);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 11:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found