in reply to Hashes as return values
foreach(keys $mod->acls) { } [download]
foreach(keys %{$mod->acls}) { print "$_"; } [download]