Help for this page
while (<ACTLIST>) { $TheLine = $_; @WordList = "$TheLine"; }
while (<ACTLIST>) { push @WordList, $_; }
@WordList = (<ACTLIST>);