From: John B. <joh...@ne...> - 2000-10-10 11:08:23
|
> Yes. What I have been working on is a way to easily sub-class ::Search etc. > > The problem is that they are created from within Net::LDAP itself, so > somehow we need to tell Net::LDAP to create different objects. Taking a very quick peek, isn't this vectored through Net::LDAP::message already? Could the subclass override this method? I guess it could get a little hairy, though. jb |