Re: Net::Telnet - Library Application




Just a small remark. The *Net::Telnet* module has a lot of functionality, but when it comes to automate an interactive program I think *expect* first. *expect* uses pseudo-terminals so this may be a limitation on some platforms.
A pure perl clone exists as module *Expect*.


I will give that a try. thanks.

.