in reply to Re^2: From either Socket or IO::Socket::INET, how to get local port for clients?
in thread From either Socket or IO::Socket::INET, how to get local port for clients?
Take a look at Socket and the get*() functions. In particular, "getpeername - find the other end of a socket connection" looks like it might be closest to what you're after.
-- Ken
|
|---|