in reply to Re: how to select which words have Y and Win thread how to select which words have Y and W
$ perl -e '@positive_int = grep {$_ >=0 } (12,-85,36,-10,75,-38); pri +nt "@positive_int"' 12 36 75 [download]