Help for this page
the/article book/noun he/pronoun is/verb ill/adjective
the book article noun he is ill pronoun verb adjective
open(MYFILE, ">output.txt") or die ("can not write to file\n"); open(INFILE, "input.txt") or die ("can not open file\n"); ... foreach $token(@nums) { print(MYFILE "$token "); }