in reply to TCP Client is not working

Hi Rahul Gupta,

When you write to the socket from the client, be sure to put a newline at the end:

$socket->send("Check Connectivity\n");

That makes the program seem to work for me, all the way to:

recieved_data=======>Sending Command 'dir' recieved_data=======>client.pl server.pl recieved_data=======> recieved_data=======>normal-exit recieved_data=======>done

which it wasn't getting to before.

say  substr+lc crypt(qw $i3 SI$),4,5

Replies are listed 'Best First'.
Re^2: TCP Client is not working
by Rahul Gupta (Sexton) on Aug 23, 2013 at 05:05 UTC

    Thanks for you reply.

    It worked for me :-)