Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: accessing a hash of hashes

by existem (Sexton)
on Feb 15, 2005 at 11:44 UTC ( [id://431120]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $urls{'networkid'}{'someidIdontknow'}='somevalue1';
    $urls{'networkid2'}{'someidIdontknow2'}='somevalue2';
    $urls{'networkid3'}{'someidIdontknow3'}='somevalue3';
    
  2. or download this
    foreach my $network (keys %urls) {
        foreach my $key (keys %$network) {
            print "$key<br/>";
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found