or download this
my $strFilter = "(memberOf=cn=GDTNA APP Cognos,ou=groups,cn=esso,dc=bs
+ci,dc=com);";
my $strAttrs = "cn,distinguishedName;";
...
$query = $strBase . $strFilter . $strAttrs . $strScope;
$commObj->{CommandText} = $query;
my $objRS = $commObj->Execute($query);