@array = map { $_, ( $_ eq 'remove' ? "new element" : () ) } @array;