From: Khandelwal, R. (R. % <sh...@ag...> - 2002-07-16 19:32:04
|
Hello, I have a problem, I am unable to run my perl script at command line of Unix. perl script has just 2 lines. #! usr/bin/perl use NET::LDAP; it end up throwing error Can't locate Net/LDAP.pm in @INC (@INC contains...path) at ldap_test.pl line 2. I have LDAP.pm package existing at /usr/perl5/site_perl/5.005/Net I have all other scripts running, even DBI too. I will appreciate your help Thanks Sham |