Hash Mania With Perl (
Page 1 of 4 )
Perl hashes are extremely useful data structures that allow us to associate one piece of data to another. In this article, Jasmine will review hashes and introduce some of their more advanced uses.Perl hashes are extremely useful data structures that allow you to associate one piece of data (called a key) to another (its value). In this article I will review hashes and introduce some of the more advanced uses of hashes.