in reply to Re^4: How to share a non-blocking IO::Socket::INET server/pass "listening" control?
in thread How to share a non-blocking IO::Socket::INET server/pass "listening" control?

Since you're already working with POE, it makes sense to me to do everything with it. See the POE Cookbook, e.g. "TCP Clients" for how to establish a client connection, and the example "TCP Port Redirection", while a bit complex, shows how to have one program be both server and client.

  • Comment on Re^5: How to share a non-blocking IO::Socket::INET server/pass "listening" control?