Help for this page
%wordBank = ( NOUN => "kangaroo", ADVERB => "far", )
#!/usr/bin/perl -w use strict; ... $string = preProcessStr($string,%options); print "$string\n"