Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: 3D array of hashes

by Rhys (Pilgrim)
on Oct 08, 2003 at 22:12 UTC ( [id://297759]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $weather_archive{'2003'}{'April'}{'15'}{'High'} = '73f';
    $weather_archive{'2003'}{'April'}{'15'}{'Low'} = '49f';
    
  2. or download this
    foreach $year ( sort keys %weather_archive ) {
      print "$year\n";
    ...
        }
      }
    }
    
  3. or download this
    $weather_archive{$year}{$month}{$day}{$var} = $value;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found