[LDAPsh-devel] Net::LDAP::Constant 0.29 compatibility
Status: Beta
Brought to you by:
rcorvalan
From: James D. <j-d...@us...> - 2003-10-20 12:40:16
|
Hi, I ran into a problem using `perl -w` for ldapsh in combination with Net::LDAP v0.29. It seems that Net::LDAP::Constant has changed and so something like this... $code != Net::LDAP::Constant::LDAP_PARTIAL_RESULTS ...gives a bareword error. What is the proper way to use Net::LDAP::Constant 0.29? One thing that I tried was this: $code != Net::LDAP::Constant::LDAP_PARTIAL_RESULTS() (Since they're supposed to be subroutines.) What would you do? |