http://qs321.pair.com?node_id=738262


in reply to using a string or file in qw

my @words = split( ' ', $words ); print join ' ', grep { ! $stopwords->{ $_ } } @words;

Then I suggest you read a good book, such as "Learning Perl"


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!