Hi PerlMonks
I have a requirement thats need to be fulfilled using Perl. Requirement is as follows - 1) First, from Device A i need to connect to Device B using SSH/Telnet 2) After i successfully connect to Device B, i need to run a unique command (not using SSH/Telnet) and connect to Device C 3) After connecting to device C, i need to run few commands and capture some information. 4) later exit from device C 5) finally exit from device B and return back to device A
Can anyone please suggest how to achieve this
Thanks in advance!!!!!