debian man page for set::nestedgroups::member

Query: set::nestedgroups::member

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NestedGroups::Member(3pm)				User Contributed Perl Documentation				 NestedGroups::Member(3pm)

NAME
Set::NestedGroup::Member - Set of nested groups
SYNOPSIS
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 "; }
DESCRIPTION
Set::NestedGroup::Member objects are returns from a Set::NestedGroup object's list() method.
METHODS
rows () Returns the number of rows this has. May be used to construct a loop to extract all the data. next () Returns a list comprising of the next member & group. Returns undef when the list is exhausted.
AUTHOR
Alan R. Barclay, gorilla@elaine.drink.com
SEE ALSO
perl(1), Set::NestedGroup perl v5.8.8 2008-03-12 NestedGroups::Member(3pm)
Related Man Pages
lgroupmod(8) - debian
set::scalar::valued(3) - suse
moosex::types::set::object(3pm) - debian
rt::client::rest::group(3pm) - debian
set::object::weak(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
My first PERL incarnation... Audio Oscillograph