Re: solved [was Re: Net::LDAP]

2006-07-09 Thread Dr.Ruud
Beast schreef: > This aparently because of input is coming from and LANG=utf8 > > chomp($username=); > my $exists = ldap_search($username); > > after set "LANG=en_US" it works. > Anyone know the reason? I guess your input-data wasn't utf8-encoded. If your data was ASCII-only (so no characters >

solved [was Re: Net::LDAP]

2006-07-06 Thread Beast
This aparently because of input is coming from and LANG=utf8 chomp($username=); my $exists = ldap_search($username); after set "LANG=en_US" it works. Anyone know the reason? Beast wrote: I have script which running fine on FC5 (perl v 5.8.1) but not working on RH9(5.8.0). --- my $ldap =

Re: Net::LDAP

2003-03-11 Thread Chris Ridd
On 11/3/03 5:17 pm, Susan Aurand <[EMAIL PROTECTED]> wrote: > Hello, > Can anyone tell me why I am receiving an error can't locate Net/LDAP.pm in @ > INC (@INC includes > /usr/lib/perl5/5.6.1 etc, etc etc, etc. How did you install perl-ldap? What is your complete @INC variable, and where on your