in reply to Re^2: Trouble grepping values when hash contains multiple values per key
in thread Trouble grepping values when hash contains multiple values per key

Is there any way to force grep to evaluate these in a scalar context in order to return a "true" or "false" in this case?
Something like:
my @date = grep ... if (@date) { ... }
  • Comment on Re^3: Trouble grepping values when hash contains multiple values per key
  • Download Code