$/ = undef; $line = ; close FILE; $line =~ s/\W+//g; print "I found ", length( $line ), "characters in the file\n"; #### $line =~ s/[^a-zA-Z]+//g;