$self->content =~ s/foo/bar/g; # instead of # $self->content(map { s/foo/bar/g } map $_, $self->content);