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