I have a simple TCP server; and I am wishing creating a client to interact with it. The server send outs commands in individual packets, and expects responces in the same manner.
I am new to sockets etc, how would i go about creating a client in perl script to communicate with this server?