Hi,
I have written a client server program in perl. After successful connection to the server from the client. The Server should be able to write any messages to the client without receiving any single character from client after successful connection to the server. But in my process, the client able to receive any message from server after sending any single character to the server.
Please help me for this !!

...