Help for this page

Select Code to Download


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