Re: Unable to ADD or MODIFY entries using NET::LDAP (2)
Prentice Bisbal <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
I just noticed this is your code: #--- # Programmer note: # # "$mesg->error" DOESN'T work!!! I think that's another sign you are doing something wrong. I use $error = $mesg->error(); and $error = $mesg->error; throughout my code. The parentheses are irrelevant. I'm using both Perl-LDAP 0.33 and whatever the latest version is (I just installed it via CPAN today). -- Prentice