in reply to Re: Troubles with Telnet modulein thread Troubles with Telnet module
Expect does not establish a remote connection but you can use it in conjunction with Net::Telnet to do this. Better yet, have a look at Net::SSH2::Expect or Net::SSH::Expect to avoid the unencrypted comms.