Help for this page

Select Code to Download


  1. or download this
    for my $entry ($searchresult->entries) {
       my $uid = $entry->get('uid');
    ...
             $uids{$uid}{$_} = ${$uid}[0];
       }
    }