From: Clif H. <cl...@di...> - 2001-05-31 13:12:48
|
> > Entry will not be defined on the last call, so make sure you check it is defined. > Also to save memoery you need to tell Net::LDAP to remove it from the list. > > sub check_oracle { > my ($mesg, $entry) = @_; > > if ($entry and $entry->isa('Net::LDAP::Entry')) { > $entry->dump(); > $mesg->pop_entry; > } > } > > Graham. > > Graham, We need to document entry->dump method. I do not see it listed in the online documentation. The mesg->pop_entry method probably needs to be listed in the Message documentation too, I could currently only find it in the Seach documentation. This info will probably be put into the FAQ in a new callback section. Regards, Clif Harden |