Perl Primer - University of California, Davis

The number of Python keywords is small: and del from not while. as elif global or with. assert else if pass yield ... For example, if A=”This is a test”, A.split() will generate the list [“This”,”is”,”a”,”test”]. Split however cannot break down a word into characters: to do that, we use the function list. ................
................