in reply to Re^2: Problems with Net::OpenSSHin thread Problems with Net::OpenSSH
For instance:
my $out = $ssh->capture({stdin_data => "show ip arp\nexit\n"}); [download]