in reply to Re^3: Chat room with socket programming question
in thread Chat room with socket programming question

Correct. I said it doesn't support that as written. To accept multiple clients, you'll need to add in IO::Select - which I left as your exercise ... your current code has IO::Select in it - should be easy to merge the two.

  • Comment on Re^4: Chat room with socket programming question