Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Use Hash? Array? Still confused after all these years.

by brian_d_foy (Abbot)
on Jul 21, 2005 at 22:21 UTC ( [id://477035]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %State_files = (
        'midwest.txt' => [ qw(Illinois ...) ],
        'east.txt'    => [ ('New York', ... ) ],
        ...
        );
    
  2. or download this
    %File_states = (
        Illinois   => 'midwest.txt',
        'New York' => 'east.txt',
        ...
        );
    

Log In?
Username:
Password:

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

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

    No recent polls found