in reply to Re: Find and Replace with special characters
in thread Find and Replace with special characters
Otherwise, if you need to keep both versions around, then it'ss/#(?=<-\(0N<-\(s3T)/*/g foreach ( @lines );
(it being somewhat more efficient to allocate @newlines in one swell foop).@newlines = map { s/#(?=<-\(0N<-\(s3T)/*/gr } @lines;
|
|---|