on Mon, 30 Sep 2002 20:52:54 GMT, Jose Malacara wrote:
> Hello. I am interested in writing a Perl script that can do the
> following:
>
> 1. read a list of user defined commands from a file
> 2. telnet (or possibly ssh) to a device such as a router, login, and
> interactively issue the commands
Hello. I am interested in writing a Perl script that can do the following:
1. read a list of user defined commands from a file
2. telnet (or possibly ssh) to a device such as a router, login, and interactively
issue the commands read from the command list.
3. return the output from the commands