in reply to System output variables and newline

So you want to remove newlines?

Here you go remove newline -> Remove newline between strings
How do I remove newline character from a number got from unix command
How to remove newline characters at the end of file
Remove newline character from start of string
$line =~ tr/\r\n//d;

  • Comment on Re: System output variables and newline (remove newlines)