Help for this page
my %hash = %{ $config->acls }; # to get a full hash, # and my $item = $config->acls->{thatkey}; # to get a single element.