Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: hash name as a variable?

by jeremyh (Beadle)
on Sep 15, 2004 at 16:07 UTC ( [id://391228]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($db, $key);
    my %DBs = ( "ISWLIVE" => { "LIVE1"  => "/usr/local/bin",
    ...
                               "LIVE2"  => "whatever" } );
    
                # etc. for all your DB's and key/values
    
  2. or download this
    foreach $db ( sort keys %DBs ) {
    
    ...
            # do whatever processing you want
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found