In capturing the output of a system() or backticks, there seem to be no newlines in between lines of output. I've ran into this problem using ps, tail, netstat, and several other apps. When I capture the output into an array, everything ends up jammed together in
, and when I capture to a scalar, there are no newlines to split on. Any help would be appreciated.