in reply to
Re: Re: Net::LDAP Sizelimit exceeded error
in thread
Net::LDAP Sizelimit exceeded error
what my problem is that when i run my program in perl on unix platform..i get the error message Sizelimit exceeded can any one help..thanks in advance
Comment on
Re^3: Net::LDAP Sizelimit exceeded error
Replies are listed 'Best First'.
Re^4: Net::LDAP Sizelimit exceeded error
by
Anonymous Monk
on Mar 13, 2009 at 11:22 UTC
Remove die in this line. I got similiar error. it is giving max. of 1000 entries. die $search->error if $search->code;
[reply]
In Section
Seekers of Perl Wisdom