On 3 Jun 2004, at 22:28, NESTING, DAVID M (SBCSI) wrote:
I cannot pass a control to $net_ldap_entry->update($net_ldap), even though Net::LDAP itself supports the use of controls through its add/modify/delete-type methods. IOW, it would be nice if I could do this:
$entry->update($ldap, control => $control);
The simplest approach may just be altering the update() method to pass the remainder of @_ to each function (attached).
Seems reasonable to me.
Note to all future patch submitters, a doc patch with any API change would be quite appropriate
Graham.