in reply to how to connect to a remote server through telnet and fire couple of commands?

Automating putty is overkill if all you want to do is connect via telnet. The module Net::Telnet allows you do to this from perl. The docuemntaiton has some example code you can use to get you started. I'm sure you know this already, but telnet -> security

  • Comment on Re: how to connect to a remote server through telnet and fire couple of commands?