Is there a way in the IKC::Server to retrieve the IP address of the
remote IKC::Client?
Doing a dump on @_ of the monitor "register" event lets me see a hash
key called "remote" buried way way down that seems to hold the data I'm
after..
print Dumper $_[SENDER]->[0]->{self}->{remote};
gets me:
$VAR1 = {
'mark4.example.net-42c580b600005231' => [],
'MyServer' => [],
'mark4.example.net-42c580b40000522f' => [],
'MYNODE' => [],
'192.168.202.204:47974' => []
};
Is there a more elegant way to get at the IP address of the calling client?
Mike Schroeder
**