Avoid using grep() (or map()) or `backticks` in a void context, that is, when you just throw away their return values. Those func- tions all have return values, so use them. Otherwise use a fore- ach() loop or the system() function instead.