in reply to Re: Re: Deleting everything before a string
in thread Deleting everything before a string
Although it is unclear to me how Anonymous Monk would want to handle in that case.
Perhaps Anonymous Monk would prefer
@content = ($content =~ /\+_(.*?)(?=\+_)/)sg);
or /\+_(.*)\+_/s