Hello,
I'am trying the sample code in the documentation, and I get this error
message :
Can't locate object method "entry" via package "Net::LDAP::Bind" at
./ldap_test.pl line 7, line 225.
Here the code :
use Net::LDAP;
my $ldap = Net::LDAP->new ( 'myldapserver' ) or die $!;
my $mesg = $ldap->bi
On 15/2/06 11:17, Dagnicourt <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'am trying the sample code in the documentation, and I get this error
> message :
Which documentation page is this?
> Can't locate object method "entry" via package "Net::LDAP::Bind" at
> ./ldap_test.pl line 7, line 225.
> H