Re: Search and print unique LDAP attribute values.
Chris Ridd <[email protected]> Fri, 14 Sep 2012 08:13:39 +0100
| Newsgroups | gmane.comp.lang.perl.modules.ldap |
|---|---|
| Message-ID | <[email protected]> |
On 13 Sep 2012, at 20:47, "Stierwalt, Kyle" <[email protected]> wrote: > New to Perl, what I'm trying to do is print out the unique values for a given LDAP attribute. By definition the values in a given stored LDAP attribute have to be all unique, so most of your problem "goes away": @result is simply @a! Cheers, Chris