foreach(keys $config->acls) { print "$_"; } #### while(my ($name, $value) = each $config->acls()) { print "$name
$value
"; }