in reply to server dealing with multiple simultaneous socket connections

Have a look at IO::Multiplex, it will handle what you want.

On a larger scale you can try POE.

In Advanced Perl Programming and Perl Cookbook are examples as well.

  • Comment on Re: server dealing with multiple simultaneous socket connections