in reply to Re^2: Deleting a matching string in an array
in thread Deleting a matching string in an array

Shameaso seemed to use grep as if he expected it to modify the array, although he didn't modify $_ in grep's block.

So I thought it was noteworthy that grep doesn't do in-place grepping.