in reply to Multiple values per attribute from a Net::LDAP query?

sorta answered this in the chatterbox, came back and no replies yet...so here goes...

try putting the get_value results in a array.

@vals = $entry->get_value($attribute)

then process the array.