"Helmut Ebelt" <[EMAIL PROTECTED]> writes:

> I want to get the ip of the client requesting a document from the
> HTTP::Daemon supported port. Is there any way to retrieve it ???

The connection object you get is also a IO::Socket::INET thing, so
$c->peerhost should work.  See 'perldoc IO::Socket::INET'.

Regards,
Gisle

Reply via email to