http://www.perlmonks.org?node_id=443505


in reply to How can I control interactive cli executables on Windows from Perl

I'm not sure you can accomplish this with Windows Telent. If you do a telnet /? from the command line, you'll notices theirs no way to pass a list of commands like you can with FTP. This will make it difficult to accomplish what you want without using a module. Is there a particular reason why you can't use any telnet modules?