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