FreeBSD Manual Pages
Connector::Multi::YAMLUser Contributed Perl DocumentaConnector::Multi::YAML(3) Name Connector::Multi::YAML Description This is a glue connector to create the required reference syntax for Connector::Multi based on a backend configuration handled by YAML. LOCATION is passed over as file to load by YAML. Internally, the constructor walks down the whole tree and translates all keys starting or ending with the "@" character into references as understood by Connector::Multi. CONFIGURATION There is no special configuration besides the mandatory LOCATION property. Example my $backend = Connector::Multi::YAML->new({ LOCATION = /etc/myconfig.yaml }) my $multi = Connector::Multi->new({ BASECONNECTOR => $backend }) perl v5.32.0 2020-06-26 Connector::Multi::YAML(3)
Name | Description | CONFIGURATION | Example
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Connector::Multi::YAML&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>