From: Chris F. <cf...@vi...> - 2002-01-11 22:36:36
|
On Thu, 10 Jan 2002 11:29:53 -0800 "Eric Parusel" wrote: +------------------ | Hmm, no such luck finding $ldap->socket->connected.... I've found | that $ldap->socket exists, but I could find anything in | IO::Socket::SSL or IO::Socket::INET that indicated that there is a | "connected" function (or anything similar to that)... | | Any ideas? +------------------ Both those classes inherit from IO::Socket. The IO::Socket manual page includes this text: connected If the socket is in a connected state the the peer address is returned. If the socket is not in a con- nected state then undef will be returned. Good Luck -- chris fedde |