in reply to Stupid mistakes I repeatedly make

What do I really get? A list of the return values of s///, which are either 1s or empty strings.,
You also get modifications in the original array.

Caution: Contents may have been coded under pressure.