Perl Primer - University of California, Davis

Creates a dictionary of countries with their capitals, where the capitals serve as keys. Note that keys must be unique. If you try to add a new entry with the same key as an existing entry, the old one will be overwritten. Dictionary items on the other hand need not be unique. Dictionaries can also be created by zipping two tuples: ................
................