http://search.cpan.org/~hachi/POE-Adaptor-Net-LDAP-0.01/
I wrote this little subclass of Net::LDAP back in march and I'm just now getting around to using it, figured all you folks might care to see it.
Basically I've used the async capabilities in Net::LDAP to allow it to run without blocking under the POE event loop system. I'd love to have some input regarding the hackyness of the wheel accessor from any internals people who may be lurking about, the way I was having problems with DESTROY being called on objects I wasn't aware of almost drove me mad while I wrote this.
I'm not willing to bet money on the stability of this code yet, standard disclaimers apply.
Cheers,
Jonathan Steinert