> -----Original Message-----
> From: Mat Harris [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 23, 2002 4:19 AM
> To: [EMAIL PROTECTED]
> Subject: client-server with socket
> 
> 
> i have got the multithreaded server example from perldoc but 
> i need a client
> that will connect, and upon recieving a certain work from the 
> server, send
> some authentication details and the current ip address of the client.
> 
> this is for a dynamic dns solution. I need to have the client send and
> recieve info to and from the server, but there don't seem to 
> be any examples
> of this 2-way conversation.

I'm not sure I understand the question, but DNS client functionality is
typically a part of your standard OS libraries. (see 'man resolver').
Net::DNS provides a Perl interface to this. You shouldn't try to write your
own resolver, IMO.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to