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