$word=~s/[^\w]//g; # Eliminate non-word chars #### $hash{$word}++; # Get a count of the word #### keys (%hash)
## $hash{$word}++; # Get a count of the word ##
## keys (%hash)