Help for this page
my $chan = $ssh->channel(); $chan->ext_data('merge'); ... print while (<$chan>); $chan->wait_eof; $chan->close;