Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Counting Variations of Key in a Hash

by neversaint (Deacon)
on Aug 09, 2005 at 15:00 UTC ( [id://482234]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %bighash = (
    
    ...
                 'ZOO_12' => [ '13','MONKEY2',['feat1'],['feat2']],
             },
          );
    
  2. or download this
    my %animals;
    my @zoos;
    ...
        }
        return 0;
    }
    
  3. or download this
    __END__
    $VAR1 = {
    ...
                            'Nevada'=> ['ZOO_4'],
                          }
            };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-03-29 15:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found