Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Hash of Hashes

by snopal (Pilgrim)
on Oct 08, 2007 at 13:13 UTC ( [id://643451]=note: print w/replies, xml ) Need Help??


in reply to Hash of Hashes

A Hash of Hashes will be in this form:

$hasher{$key}{'population'} = $population; $hasher{$key}{'g_marker'} = $genetic_marker;

You won't be able to use that fast hash assignment as you have written to populate it, but it will be much more flexible in the range of data it can contain. You can still do everything else.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found