foreach (@strings) { s/cat/dog/g; } #### map { s/cat/dog/g; } @strings;