in reply to Is there a better solution: data from Net::LDAP?
while (my $Current=$mesg->pop_entry) { foreach my $Attr($Current->attributes) { $UserInfo{$Attr}=$Current->get_value($Attr); } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is there a better solution: data from Net::LDAP?
by mrmick (Curate) on Nov 23, 2000 at 19:23 UTC | |
by ChOas (Curate) on Nov 23, 2000 at 19:30 UTC |