Can't locate object method

2006-02-15 Thread Dagnicourt
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

Accents

2006-02-17 Thread Dagnicourt
Hello, I read the previous topics but I still have the same "language" problem. In the sn component for a person in the ldap server : Cécile Here the line I get in $sn: Cécile Here the code : $mesg = $ldap->search( base => "o=treves", filter => "objectclass=*" ); foreach $ent