Perl Primer - University of California, Davis

We can access one element in an array by using the index of the drawers it has been assigned to. ... 5.2 Assigning values to dictionaries. A dictionary is a set of pairs of value, with each pair containing a key and an item. ... 144 >>>x=y=z=0 # Python allows multiple assignments: x, y and z are . set to 0 ................
................