in reply to Re: Perl Socket programming problem
in thread Perl Socket programming problem
Is there any way to pass data across the machine running both server and client script at one machine only?: YES - use "localhost". Your code already has that.
On above mentioned point how i can pass data to server let say machine M2 from machine M1 (client) without running the server script since i don’t have control on server side and i cannot execute any script over server
based one given parameter like IP, port, protocol(TCP) i need to pass massage packet(data) I have to login to server and send data and capture return server value. Could you please help me out on this
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl Socket programming problem
by NetWallah (Canon) on Dec 05, 2013 at 17:14 UTC |