February 2012
Intermediate to advanced
1184 pages
37h 17m
English
A multidimensional hash is the most flexible of Perl’s nested structures.
It’s like building up a record that itself contains other records. At
each level, you index into the hash with a string (quoted when
necessary). Remember, however, that the key/value pairs in the hash
won’t come out in any particular order; you can use the sort function to retrieve the pairs in
whatever order you like.
Read now
Unlock full access