Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....
SHLOMIF/Config-IniFiles-3.000002 - 14 Mar 2019 13:34:40 GMTConfig::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash....
BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 GMTThis module works as plugin for Config::IniFiles to be easily used inside CGI::Application module. Module provides tree calls: "config_file()", "config()" and "cfg()"....
ARTO/CGI-Application-Plugin-Config-IniFiles-0.03 - 26 Oct 2007 06:04:04 GMTThis module was written after having to write Yet Another Config File Parser for some variety of colon-separated config. I decided "never again". Config::Auto aims to be the most "DWIM" config parser available, by detecting configuration styles, incl...
BINGOS/Config-Auto-0.44 - 01 Mar 2014 23:32:57 GMT"Config::Tiny" is a Perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead. Most of the time it is accepted that Perl applications use a lot of memory and modules. The *::Ti...
RSAVAGE/Config-Tiny-2.24 - 17 Jun 2019 04:33:55 GMTThis module mostly is a proxy to Config::IniFiles, with the added feature that it can interpolate some parameters with values from the current RackObject (as set with "set_current_rackobject()"). See "INTERPOLATED PARAMETERS" for more details....
SAPER/RackMan-1.19 - 06 May 2016 15:02:29 GMTThis module reads and writes INI files in object style and preserves original files sort order, comments, empty lines, and multi lines parameters. It is basically built on the top of using the Tie::IxHash module which implements Perl hashes that pres...
MEWSOFT/Config-IniMan-1.20 - 15 May 2014 17:43:44 GMTHelios::Config is the standard class for determining configuration information in the Helios framework. It handles parsing configuration information from the Helios configuration file, and determining the configuration for services from information i...
LHELION/Helios-2.83 - 16 Aug 2015 19:04:14 GMTUse this module when you want use "Yet Another" very simple, light weight configuration file reader. The module simply returns a reference to a single hash for you to read configuration values from, and uses the same hash to write a new config file....
ATRICKETT/Config-Trivial-0.81 - 23 May 2014 13:04:52 GMTConfig::IniRegEx is dependent on Config::IniFiles. Using that module it does the ini configuration file parsing, with an addon facility of regex kind of search. Each function explained below, searches for a different thing based up on the given regul...
SASIKALA/Config-IniRegEx-0.01 - 29 Jan 2009 14:15:41 GMTThis module reads INI files by following the spec presently found at http://www.cloanto.com/specs/ini.html . It supports most of the spec, including multi-valued keys (separated by commas), double-quoted values, and free comments, and overide of earl...
IOANNIS/Config-Format-Ini-0.07 - 24 Jul 2008 02:15:37 GMTThis module uses Config::IniFiles for reading and writing .INI files. Each call to "set()" or "del()" will immediately result in a commit to the .ini file. "new(filename) --> Config::Backend::INI" Invoked with a valid filename, will return a Config::...
OESTERHOL/Config-Backend-INI-0.12 - 11 Apr 2004 22:53:16 GMT"Config::Tiny::Ordered" is a perl class to read and write .ini style configuration files with as little code as possible. Read more in the docs for "Config::Tiny". This module is primarily for reading human written files, and anything we write should...
RSAVAGE/Config-Tiny-Ordered-1.02 - 24 Aug 2010 04:58:05 GMTThis module extends other "Config::" modules so they can read MySQL configuration files. It works by slurping and preprocessing the files before letting your favourite "Config::" module parse the result. Currently supported modules are "Config::IniFi...
SAPER/Config-Extend-MySQL-0.05 - 18 Dec 2012 00:20:36 GMTERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 GMT
This is a very simple implementation of a configuration file reader/writer that preserves comments and section order, enables multivalue fields and one or two-level sections. Yes, there are other configuration file modules out there to manipulate INI...
CWINTERS/OpenInteract-1.62 - 01 Oct 2004 03:29:29 GMTAmong other things, this module implements a simple API on top of the Config::IniFiles module....
DBROWNING/Business-Shipping-3.1.0 - 07 Mar 2011 08:03:07 GMT