Node:Hash Functions,
Next:Slices,
Previous:Hash Literals,
Up:Associative Arrays (Hashes)
Functions
You should realize that any function you already know that works on arrays
will also work on hashes, since you can always evaluate a hash in the list
context and get the pair list. However, there are a variety of functions
that are specifically designed and optimized for use with hashes.
|