Help for this page

Select Code to Download


  1. or download this
    Found Invalid Cube Number: A1.01A
    Found Invalid Cube Number: A1.01B
    ...
    Found Invalid Cube Number: V3.26S
    Found Invalid Cube Number: V3.26ST
    Found Invalid Cube Number: V3.26T
    
  2. or download this
    my $userFilter = "(SeatLocation=*)";
    my &userAttributes = [ 'SeatLocation', 'uid' ];
    ...
    my $searchMesg = $ldap->search (base => $userBase, filter => $userFilt
    +er, scope => $scope, attrs => $userAttributes);
    my @entries = $searchMesg->entries; 
    my $totalFound=@entries; # determine the number of entries found