in reply to Re^4: Net::OpenSSH rsync_get/rsync_putin thread Net::OpenSSH rsync_get/rsync_put
In Linux you can add the following perl code to discover where STDOUT is going:
system 'ls -l /proc/$$/fd/1'; [download]