Perl Primer - University of California, Davis

>>> sentences = paragraph.split(‘.‘) >>> words=sentence.split(‘ ‘) >>> characters=list(word) Figure 2.2: The dictionary variable. A dictionary is a special array for which each element is indexed by a string instead of an integer. The string is referred to as a key, while the corresponding item is the value. ................
................