my @words = split( ' ', $words ); print join ' ', grep { ! $stopwords->{ $_ } } @words;
Then I suggest you read a good book, such as "Learning Perl"
In reply to Re: using a string or file in qw
by jasonk
in thread using a string or file in qw
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |