Help for this page
use Lingua::StopWords qw( getStopWords ); ... print $stopwords;
my @temp = $stopwords; print "@temp";