Do you have a
use Net::LDAP::Entry;
in your code ?
Net::LDAP will not require this module until needed, so it may not be
loaded when you make this call.
Graham.
On Tue, Jun 27, 2000 at 11:31:44AM -0400, Charlie Pauch wrote:
> Hello. I'm having problems getting the Net::LDAP::Entry->new method to
> work. Here is my code:
>
> $entry = Net::LDAP::Entry->new;
>
> pretty simple, I know. Here is the error message I get:
>
> Can't locate object method "new" via package "Net::LDAP::Entry" at
> webldapadd.ple line 70.
>
> All the other methods seem to work. I have binds, searches and add's
> running, but the Entry refuses to fly. Any suggestions?
>
>
|