in reply to Net::SSH:Perl output to STDOUT
The documentation for Net::SSH::W32Perl references the documentation for Net::SSH::Perl, which has a debug method:
$ssh->debug($msg) If debugging is turned on for this session (see the debug parameter to the new method, above), writes $msg to STDERR. Otherwise nothing is do +ne.
I would recommend you try that first.
|
|---|