GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Perlbal::Plugin::Include(3) User Contributed Perl Documentation Perlbal::Plugin::Include(3)

Perlbal::Plugin::Include - Allows multiple, nesting configuration files

This module adds an INCLUDE command to the Perlbal management console and allows the globbed inclusion of configuration files.

This module provides a Perlbal plugin which can be loaded and used as follows:

    LOAD include
    INCLUDE = /usr/local/etc/perlbal/my.conf

You may also specify multiple configuration files a la File::Glob:

    INCLUDE = /foo/bar.conf /foo/quux/*.conf

This module relies entirely on Perlbal::load_config for loading, so if you have trouble with INCLUDE, be sure you can load the same configuration without error using "perlbal -c" first.

Also note that Perlbal::load_config versions 1.60 and below do not use a local filehandle while reading the configuration file, so this module overrides that routine on load to allow nested calls.

Copyright 2008 Eamon Daly <eamon@eamondaly.com>

This module is part of the Perlbal distribution, and as such can be distributed under the same licence terms as the rest of Perlbal.

2022-04-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.