I can't seem to get this to work at all. Here's what I've done:
1) Downloaded the .PM file. 2) Created a NET directory under c:\perl\lib 2) Copied the LDAP.PM file to c:\perl\lib\Net 3) Created Convert directory under c:\perl\lib. 4) Copied the Convert::ASN1 file (ASN1.PM) to the c:\perl\lib\convert directory. Whenever I "use NET::LDAP" I get : Can't locate Convert/ASN1/_decode.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/Convert/ASN1 ..pm line 382. BEGIN failed--compilation aborted at C:/Perl/lib/Convert/ASN1.pm line 388. Compilation failed in require at C:/Perl/lib/LDAP.pm line 11. BEGIN failed--compilation aborted at C:/Perl/lib/LDAP.pm line 11. Compilation failed in require at C:\download\mytest.pl line 3. BEGIN failed--compilation aborted at C:\download\mytest.pl line 3. Question: Is there something wrong with the ASN1 module or is there something else not configured? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]