NAME
App::Netdisco::Util::Permission
DESCRIPTION
Helper subroutines to support parts of the Netdisco application.
There are no default exports, however the :all
tag will export all subroutines.
EXPORT_OK
check_acl( $ip, \@config )
Given an IP address, returns true if any of the items in \@config
matches that address, otherwise returns false.
Normally you use check_no
and check_only
, passing the name of the configuration setting to load. This helper instead requires not the name of the setting, but its value.