my $cmd = ' ... ... '; $cmd =~ s/\n/ /g; my $output = `$cmd`; [download]
In reply to Re: Building multiline qx// shell commands by ikegami in thread Building multiline qx// shell commands by kingkongrevenge