Help for this page
foreach(keys $config->acls) { print "$_"; }
while(my ($name, $value) = each $config->acls()) { print "$name<br>$value<br>"; }