in reply to
My first Perl module...
You'll need to do something like
$result = $self->{"_ldap"}->modify() (as you do in authenticate with the bind call)
Refer to
perldoc perlref
for more goodies aboute refs.
/brother t0mas
Comment on
Re: My first Perl module...
In Section
Seekers of Perl Wisdom