Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: TCP Client is not working

by golux (Chaplain)
on Aug 22, 2013 at 13:52 UTC ( [id://1050528]=note: print w/replies, xml ) Need Help??


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 :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1050528]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 06:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found