USING THE AppConfig MODULE To import and use the AppConfig module the following line should appear in your Perl script: use AppConfig; To import constants defined by the AppConfig module, specify the name of one or more of the constant or tag sets as...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTUSING THE AppConfig::File MODULE To import and use the AppConfig::File module the following line should appear in your Perl script: use AppConfig::File; my $appconfig = AppConfig->new(); $appconfig->myfile($file);...
ABW/AppConfig-MyFile-0.00 - 11 Feb 1999 08:47:41 GMTUSING THE AppConfig::Getopt MODULE To import and use the AppConfig::Getopt module the following line should appear in your Perl script: use AppConfig::Getopt; AppConfig::Getopt is used automatically if you use the AppConfig module and create an AppCo...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTUSING THE AppConfig::Sys MODULE To import and use the AppConfig::Sys module the following line should appear in your Perl script: use AppConfig::Sys; AppConfig::Sys is implemented using object-oriented methods. A new AppConfig::Sys object is created ...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTAppConfig::Std is a Perl module that provides a set of standard configuration variables and command-line switches. It is implemented as a subclass of AppConfig; AppConfig provides a general mechanism for handling global configuration variables. The f...
NEILB/AppConfig-Std-1.10 - 26 Oct 2015 22:02:36 GMTUSING THE AppConfig::CGI MODULE To import and use the AppConfig::CGI module the following line should appear in your Perl script: use AppConfig::CGI; AppConfig::CGI is used automatically if you use the AppConfig module and create an AppConfig::CGI ob...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTUSING THE AppConfig::File MODULE To import and use the AppConfig::File module the following line should appear in your Perl script: use AppConfig::File; AppConfig::File is used automatically if you use the AppConfig module and create an AppConfig::Fi...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTYAML::AppConfig extends the work done in Config::YAML and YAML::ConfigFile to allow more flexible configuration files. Your configuration is stored in YAML and then parsed and presented to you via YAML::AppConfig. Settings can be referenced using "ge...
XAERXESS/YAML-AppConfig-0.19 - 14 Mar 2014 08:25:16 GMTUSING THE AppConfig::Args MODULE To import and use the AppConfig::Args module the following line should appear in your Perl script: use AppConfig::Args; AppConfig::Args is used automatically if you use the AppConfig module and create an AppConfig::Ar...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTUSING THE AppConfig::State MODULE To import and use the AppConfig::State module the following line should appear in your Perl script: use AppConfig::State; The AppConfig::State module is loaded automatically by the new() constructor of the AppConfig ...
NEILB/AppConfig-1.71 - 01 Mar 2015 22:37:38 GMTOnSearch::AppConfig provides an object oriented configuration library that dynmaically manages the configuration of an operating search engine. The libraries provide subroutines and methods to retrieve settings from the configuration file onsearch.cf...
RKIES/onsearch-0.99 - 28 Apr 2006 15:41:33 GMTMODULO/AppConfig-Exporter-1.5 - 09 Aug 2007 19:48:08 GMT
A module for accessing application configuration settings....
MBROOKS/Apache2-WebApp-Toolkit-0.391 - 26 Apr 2014 08:45:42 GMTLog::Dispatch::Configurator::AppConfig is an implementation of Log::Dispatch::Configurator using AppConfig format. Here is a sample of config file. dispatchers = file screen file.class = Log::Dispatch::File file.min_level = debug file.filename = /pat...
MIYAGAWA/Log-Dispatch-Config-1.04 - 14 Apr 2011 21:57:14 GMT