|
I am having the same problem executing multiple commands. Did anyone find a way to do this? If so, could you please let me know? thanks.
I want to be able to do this too.
($stdout, $stderr, $exit) = $ssh->cmd("show version");
($stdout, $stderr, $exit) = $ssh->cmd("show run");
($stdout, $stderr, $exit) = $ssh->cmd("show snmp");
|