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


in reply to Re: using a string or file in qw
in thread using a string or file in qw

... or even:
. . print join ' ', grep ! $stopwords->{ $_ }, split( ' ', $words ); . .
- assuming @words isn't required later...

A user level that continues to overstate my experience :-))