Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

accessing a hash of hashes

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

Help for this page

Select Code to Download


  1. or download this
    $urls{'network1'}{'id'}='whatever';
    $urls{'network2'}{'id'}='whatever';
    $urls{'network3'}{'id'}='whatever';
    
  2. or download this
    foreach my $key (keys %urls) {
    
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-04-19 05:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found