I have written a perl program to listen on 3 ports ( 3 server socket handlers ).
I am using IO::Select module to check any new client connection request, on each socket handler.
I want to do single select on 3 server socket handlers, is it possible to do ? ( i have to get the new client details - old client messages also ).