On 31 Dec 2003, at 21:45, D.Kreft wrote:
On Wed, 31 Dec 2003, Chris Ridd did scribble:
There's at least one way where these methods return a non-object.
Mostly
they call _error() to set an error code in a message object, but this
isn't
always true - if $ldap->socket fails the integer LDAP_SERVER
perl-ldap-0.31 has just been uploaded to CPAN and should be on mirror
sites soon and is available from sourceforge now
http://prdownloads.sourceforge.net/perl-ldap/perl-ldap-0.31.tar.gz
Changes are
2004-01-01 10:43 Graham Barr
* RELEASE_NOTES, lib/Net/LDAP.pm:
Release 0.31
On 1 Jan 2004, at 10:47, Chris Ridd wrote:
On 1/1/04 10:11 am, Graham Barr <[EMAIL PROTECTED]> wrote:
On 17 Dec 2003, at 09:06, Chris Ridd wrote:
No, because lots of stuff is hidden. Consider what you have todo
today
$mesg = $ldap->delete(@args);
handle_referal($mesg) if (... check for referr
On 1/1/04 10:11 am, Graham Barr <[EMAIL PROTECTED]> wrote:
> On 17 Dec 2003, at 09:06, Chris Ridd wrote:
>>>
>>> No, because lots of stuff is hidden. Consider what you have todo today
>>>
>>> $mesg = $ldap->delete(@args);
>>> handle_referal($mesg) if (... check for referral ..);
>>>
>>> vs
>
On 17 Dec 2003, at 09:06, Chris Ridd wrote:
No, because lots of stuff is hidden. Consider what you have todo today
$mesg = $ldap->delete(@args);
handle_referal($mesg) if (... check for referral ..);
vs
$ldap = Net::LDAP-.new(..., referral_connect => \&my_connect)
$mesg= $ldap->delete(@args)