Help for this page

Select Code to Download


  1. or download this
    #In module:
    sub acls {
    ...
    while(my ($name, $value) each $mod->acls) {
        print $name;
    }
    
  2. or download this
    foreach(keys $mod->acls) {
    }