Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Nested Data Structures for Dummies?

by ikegami (Patriarch)
on Apr 15, 2010 at 00:28 UTC ( [id://834802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $country_name (keys(%$countries)) {
       my $country = $countries->{$country_name};
       ...
    }
    
  2. or download this
    for my $province_name (keys(%$provinces)) {
       my $province = $provinces->{$province_name};
       ...
    }
    
  3. or download this
    for my $country_name (keys(%$countries)) {
       my $country = $countries->{$country_name};
    ...
          ...
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-03-28 17:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found