in reply to Re^3: telnet question
in thread telnet question

No, you would not normally use IO::Select and fork() together. The three main approaches to parallel communications are:

As I said above, I don't know for sure that you could get Net::Telnet to work with IO::Select (it has to do with buffering).

-David