##
my @words = split /\s+/, $line;
####
/\w[\w'-]*\w|\w+/
####
my @stopList = ("the", "a", "an", "of", "and", "on", "in",
"by", "with", "at", "he", "after", "into", "their", "is",
"that", "they", "for", "to", "it", "them", "which");
####
($_='kkvvttuubbooppuuiiffssqqffssmmiibbddllffss')
=~y~b-v~a-z~s; print