Am I missing something obvious here? $entry->delete(); $entry->update();
gets me:Can't call method "delete" on an undefined value at /usr/share/perl5/ Net/LDAP/Entry.pm line 242, <DATA>
line 283. Ok - the obvious approach is to use $ldap->delete($entry->dn); but the docs do say: "delete ( ) Delete the entry from the server on the next call to update."