On Sat, 23 Jun 2001, VeeraRaju_Mareddi wrote:
> Is there any Module/Function that creates, interact with the sockets on
> remote machine?. I am not able to find this function in IO::Socket::INET.
> Actually my program should create a socket on a remote machine ,Creating a
> process and Interacting with that socket...
You can't create a socket on the remote machine from a client mahcine --
you need to create a server process that runs on the remote machine which
opens the socket, then waits for connections. Then you create a client
process on your local machine which connects to that listenting socket,
and the server process replies back. This is how IO::Socket is intended
to be used.
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
Give your child mental blocks for Christmas.