in reply to Re: Removing empty line(s) with regex in a multiple strings in a variable
in thread Removing empty line(s) with regex in a multiple strings in a variable

Does not work for me. But tr/\n//d or s/\n//g work.