Richard Megginson wrote: > But even Net::LDAP is not entirely perl - the SSL bits call out to > openssl via Net::SSLeay. There may be other C bits called as well. Calling out to C isn't bad per se, but it really only works when the module has OS distribution support. End users typically can't cope with the module build process.