From: Mark W. <mew...@un...> - 2000-05-22 20:15:21
|
On Mon, 22 May 2000, Graham Barr wrote: > Do you get any output at all ? What does debug(3) show. > I get all of the output, it just doesn't complete (e.g. the while loop continues to hang). If I use a callback it doesn't hang. I'd give you the output but using $ldap->debug(3) throws an error at Convert::ASN1::Debug.pm line 175. It looks like your for loop is Perl 5.005+ and 5.004 doesn't like it. Mark > Graham. > > On Mon, May 22, 2000 at 12:09:54PM -0500, Mark Wilcox wrote: > > Hi > > when I do > > while (my $entry = $mesg->shift_entry()) > > { > > $entry->dump; > > } > > > > Net::LDAP hangs. > > > > This is with Convert:ASN1 0.06 and Net::LDAP .18 on Solaris with Perl > > 5.004. > > > > with both Netscape and Exchange > > > > mark > > > > > > > |