Set::NestedGroup::Member
Set of nested groups
- Provided by: libset-nestedgroups-perl (Version: 0.01-2)
- Report a bug
Set of nested groups
use Set::NestedGroup;
$acl = new Set::NestedGroup;
$acl->add('user','group');
$acl->add('group','parentgroup');
$list=$acl->list();
for(my $i=0;$i<$list->rows();$i++){
my ($member,$group)=$list->next();
print "$member=$group\n";
}
Set::NestedGroup::Member objects are returns from a Set::NestedGroup object's list() method.
Alan R. Barclay, gorilla@elaine.drink.com
perl(1), Set::NestedGroup
Hey! The above document had some coding errors, which are explained below: