in reply to NET::Telnet Help

I know using Net::Telnet is not secure, what is the secure version in Perl ?
++

Try using Net::SSH::Perl for all logins where you must use root . SSH is relatively secure, and it allows remote root logon to most systems.

Kristofer A. Hoch