logo
Set::NestedGroup::Member(3) 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\n";
}

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, [email protected]

CONTENTS

  • SYNOPSIS
  • DESCRIPTION
  • AUTHOR

SEE ALSO

  • perl (1)

LAST SEARCHED

  • libssh2_channel_flush_ex (3)
  • AnyEvent::ForkObject (3)
  • Gtk2::PaperSize (3)
  • Tspi_Key_GetPubKey (3)
  • setstate_r (3)
  • gs (1)
  • Perl::Critic::Utils::Perl (3)
  • avc_compute_create (3)
  • addr2line (1)
  • FreeHDL-CONFIG (1)
  • log4c_rc_t (3)