in reply to Re: Is it possible to create a socket client and server that can send information back and forth using IO::Socket?
in thread Is it possible to create a socket client and server that can send information back and forth using IO::Socket?

I currently have a side that is able to send, and a side that is able to received

You are mistaken. Sockets are bidirectional, which means both sides can send and receive.

  • Comment on Re^2: Is it possible to create a socket client and server that can send information back and forth using IO::Socket?