If you want to have a script telnet to a machine and fire commands at it, there's a better solution: Expect.pm. This is a module that mimics the Expect programming language. You fire off a command, Expect listens, and you use standard perl to parse the response. This is really helpful if you have to automatically navigate a menu.
I'm using Expect.pm for a script that automates build installation, and it's made life much easier.
-Logan In reply to Re: Perl as a telnet server?
by logan
"What do I want? I'm an American. I want more."
in thread Perl as a telnet server?
by Anonymous Monk
For:
Use:
& & < < > > [ [ ] ]