open(FILE, ") { $lines++; $chars += length($_); $words += scalar(split(/\s+/, $_)); } print("lines=$lines words=$words chars=$chars\n");