Re: Expect-like Perl script

2002-09-30 Thread Felix Geerinckx
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

Expect-like Perl script

2002-09-30 Thread Jose Malacara
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