Learning Perl on Win32 Systems by Randal Schwartz, Erik Olson, and Tom Christiansen Here are the changes made in the 4/99 reprint: (26) Code used to read: die "can't open wordlist:$!" It now reads: die "can't open wordslist:$!" ^ {56} Code sample 6: changed "$a" to "@a" so that the line reads print("The answer is ", @a,"\n"); and in the following line, "the value of $a" should be "the value of @a"