http://www.perlmonks.org?node_id=944060


in reply to Re: Looking for a Module/Framework to write a TCP server
in thread Looking for a Module/Framework to write a TCP server

Thanks you for suggesting Net::EasyTCP. I looked at the docs and a few examples illustrating how this module could be used. Unfortunately (for me!), using this to write a server constrains it to speak to clients written using the same class: something I cannot guarantee in the present project. Apart from this constraint, it does look like a great module and I will look for an opportunity to use it in the future.