Help for this page
if(exists $wordCount{$_}) { $wordCount{$_} = $wordCount{$_} + 1; ... else { $wordCount{$_} = 1; }
++$wordCount{$_};