RE: multiplexed TCP server with client socket handles stored in h ash

2004-04-21 Thread Peterson, Darren - Contractor.Westar
Thanks very much! -Original Message- From: WC -Sx- Jones [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 10:29 AM To: Peterson, Darren - Contractor.Westar Cc: '[EMAIL PROTECTED]' Subject: Re: multiplexed TCP server with client socket handles stored in hash Peterson, Darren - Co

Re: multiplexed TCP server with client socket handles stored in h ash

2004-04-21 Thread James Edward Gray II
On Apr 21, 2004, at 9:28 AM, Peterson, Darren - Contractor.Westar wrote: That definitely returned something! I'll look into that more and gauge format. I had a chance to look it up this time. This is easier. Just call peerhost() on the socket object: my $ip_addr = $socket->peerhost(); James