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


in reply to Re: how to select which words have Y and W
in thread how to select which words have Y and W

Yes, grep works with arbitrary expressions. Just remember that every single value in the array is aliased to $_ inside the grep (i.e. $_ is a placeholder for the array value).

  • Comment on Re^2: how to select which words have Y and W