The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Config::INI::Simple"

Config::INI - simple .ini-file format River stage three • 54 direct dependents • 913 total dependents

RJBS/Config-INI-0.029 - 14 Jan 2023 02:00:22 UTC

Config::Mini - Very simple INI-style configuration parser River stage one • 1 direct dependent • 1 total dependent

JHIVER/Config-Mini-0.04 - 08 Jun 2008 12:24:56 UTC

GSM::SMS::Config - Implements a simple .ini style config. River stage zero No dependents

Implements a simple configuration format. Used mainly for the transports config file. The configuration format is defined as follows ^# := comment ^[.+]$ := start block ^.+=.+$ := var, value pair The structure allows attribute (configuration) access ...

JOHANVDB/GSM-SMS-0.163 - 19 Jul 2011 16:07:30 UTC

Config::Tiny - Read/Write .ini style files with as little code as possible River stage three • 137 direct dependents • 277 total dependents

"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.30 - 12 Oct 2023 23:47:12 UTC

Config::Format::Ini - Reads INI configuration files River stage zero No dependents

This 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 UTC

Config::Merge - load a configuration directory tree containing YAML, JSON, XML, Perl, INI or Config::General files River stage one • 2 direct dependents • 2 total dependents

Config::Merge is a configuration module which has six goals: * Flexible storage Store all configuration in your format(s) of choice (YAML, JSON, INI, XML, Perl, Config::General / Apache-style config) broken down into individual files in a configurati...

DRTECH/Config-Merge-1.04 - 25 Aug 2014 12:52:11 UTC

Config::Simple - simple configuration file class River stage two • 27 direct dependents • 40 total dependents

SHERZODR/Config-Simple-4.58 - 10 Feb 2005 18:58:42 UTC

Config::IniFiles - A module for reading .ini-style configuration files. River stage three • 85 direct dependents • 146 total dependents

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.000003 - 24 Mar 2020 15:45:08 UTC

Config::IOD::Reader - Read IOD/INI configuration files River stage three • 25 direct dependents • 517 total dependents

This module reads IOD configuration files (IOD is an INI-like format with more precise specification, some extra features, and 99% compatible with typical INI format). It is a minimalist alternative to the more fully-featured Config::IOD. It cannot w...

PERLANCAR/Config-IOD-Reader-0.345 - 17 May 2022 00:06:07 UTC

Mojar::Config::Ini - Ini-style configuration utility for standalone code River stage one • 5 direct dependents • 5 total dependents

A simple configuration file reader for a configuration written as an ini file. Although fairly primitive (essentially everything is a line-bounded string) it is a widespread format....

NICZERO/Mojar-2.201 - 03 Jun 2017 22:37:59 UTC

Config::MVP - multivalue-property package-oriented configuration River stage three • 8 direct dependents • 812 total dependents

MVP is a mechanism for loading configuration (or other information) for libraries. It doesn't read a file or a database. It's a helper for things that do. The idea is that you end up with a Config::MVP::Sequence object, and that you can use that obje...

RJBS/Config-MVP-2.200013 - 31 Dec 2022 18:49:09 UTC

Config::Any - Load configuration from different file formats, transparently River stage three • 97 direct dependents • 830 total dependents

Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. The rationale for thi...

HAARG/Config-Any-0.33 - 03 May 2023 15:24:49 UTC

Config::Trivial - Very simple tool for reading and writing very simple configuration files River stage one • 1 direct dependent • 1 total dependent

Use 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 UTC

Config::Std - Load and save configuration files in a standard format River stage one • 7 direct dependents • 7 total dependents

This module implements yet another damn configuration-file system. The configuration language is deliberately simple and limited, and the module works hard to preserve as much information (section order, comments, etc.) as possible when a configurati...

BRICKER/Config-Std-0.903 - 07 Oct 2017 02:48:11 UTC

Config::Parser::Ini - configuration file parser for ini-style files River stage one • 3 direct dependents • 3 total dependents

An *ini-style configuration file* is a textual file consisting of settings grouped into one or more sections. A *setting* has the form KEYWORD = VALUE where *KEYWORD* is the setting name and *VALUE* is its value. Syntactically, *VALUE* is anything to...

SGRAY/Config-Parser-1.05 - 12 Feb 2021 20:46:49 UTC

Config::Auto - Magical config file parser River stage two • 9 direct dependents • 12 total dependents

This 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 UTC

MySQL::Config - Parse and utilize MySQL's /etc/my.cnf and ~/.my.cnf files River stage zero No dependents

"MySQL::Config" emulates the "load_defaults" function from libmysqlclient. Just like "load_defaults", it will fill an aray with long options, ready to be parsed by "getopt_long", a.k.a. "Getopt::Long"....

DARREN/MySQL-Config-1.04 - 02 Aug 2008 15:57:30 UTC

Config::Model - a framework to validate, migrate and edit configuration files River stage two • 11 direct dependents • 11 total dependents

Config::Model enables a project developer to provide an interactive configuration editor (graphical, curses based or plain terminal) to users. To provide these tools, Config::Model needs: * A description of the structure and constraints of the projec...

DDUMONT/Config-Model-2.153 - 14 Jul 2023 17:35:53 UTC

Config::Param - all you want to do with parameters for your program (or someone else's) River stage one • 1 direct dependent • 1 total dependent

The basic task is to take some description of offered parameters and return a hash ref with values for these parameters, influenced by the command line and/or configuration files. The simple loop from many years ago now is about the most comprehensiv...

THORGIS/Config-Param-4.000005 - 15 Jul 2023 13:23:25 UTC

DB::Color::Config - Read/Write .ini style files with as little code as possible River stage one • 1 direct dependent • 1 total dependent

"DB::Color::Config" 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 ...

OVID/DB-Color-0.20 - 21 Nov 2015 10:55:09 UTC
45 results (0.048 seconds)