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

Search results for "ini"

lib::ini - Plugin-based @INC mangling River stage zero No dependents

PSHANGOV/lib-ini-0.002 - 14 Sep 2012 11:32:37 UTC - Search in distribution

Doit::Ini - commands for changing ini files River stage zero No dependents

Doit::Ini is a Doit component providing methods for changing ini files. It has to be added to a script using Doit's add_component: $doit->add_component('ini'); Note that a 3rd party CPAN module is required to do the actual ini file handling. Currentl...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

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 - Search in distribution

INI::Examples - Example INI configuration files River stage one • 2 direct dependents • 2 total dependents

This distribution contains various examples of INI configuration files in its per-dist share dir....

PERLANCAR/INI-Examples-0.001 - 23 Apr 2019 06:32:21 UTC - Search in distribution

INI::ReadPath - In Jenkins grep dist.ini config file and assign something inside of the config to an environment variable. River stage zero No dependents

MICVU/INI-ReadPath-1 - 27 Apr 2014 20:16:15 UTC - Search in distribution

Tripletail::Ini - 設定ファイルを読み書きする River stage zero No dependents

以下のような設定ファイルを読み書きする。 [HOST] Debughost = 192.168.10.0/24 Testuser = 192.168.11.5 192.168.11.50 [TL@server:Debughost] logdir = /home/tl/logs errormail = tl@example.org [TL:register@server:Debughost] logdir = /home/tl/logs/register [TL:register] logdir ...

HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC - Search in distribution

Config::Any::INI - Load INI config files River stage three • 97 direct dependents • 830 total dependents

Loads INI files. Example: name=TestApp [Controller::Foo] foo=bar [Model::Baz] qux=xyzzy...

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

Config::IOD::INI - Read and write INI configuration files River stage two • 9 direct dependents • 11 total dependents

This module is just a Config::IOD subclass. It uses the following defaults to make the reader's behavior closer to a typical "regular INI files parser". enable_directive = 0 enable_encoding = 0 enable_quoting = 0 enable_bracket = 0 enable_brace = 0 e...

PERLANCAR/Config-IOD-0.353 - 16 May 2022 00:05:08 UTC - Search in distribution
  • Config::IOD - Read and write IOD/INI configuration files

Config::INI::Tiny - Parse INI configuration in extremely little code River stage one • 1 direct dependent • 2 total dependents

This is an extremely small amount of code for parsing the INI configuration format, in its simplest form, as known from Microsoft Windows. Its design focuses on making it easy to extract whichever level of semantics you need from your configuration: ...

ARISTOTLE/Config-INI-Tiny-0.106 - 03 Jul 2023 01:36:40 UTC - Search in distribution

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 - Search in distribution

Package::Role::ini - Perl role for "ini" object the returns a Config::IniFiles object River stage one • 1 direct dependent • 1 total dependent

Perl role for "ini" object that returns a Config::IniFiles object against a default INI file name and location...

MRDVT/Package-Role-ini-0.07 - 13 Nov 2020 20:14:13 UTC - Search in distribution

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 - Search in distribution

Config::INI::Access - Syntactic sugar for accessing data from .ini-files River stage zero No dependents

Module exports the only user subroutine "config". You should first load the .ini-file calling "load()" method, and then receive access to the structure of configuration via Perl's pointer "->". INI structure is in fact a hash, but rather than typing ...

ANDY/Config-INI-Access-0.9999 - 08 Jan 2009 12:33:44 UTC - Search in distribution

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 - Search in distribution

Metabrik::File::Ini - file::ini Brik River stage zero No dependents

GOMOR/Metabrik-Repository-1.44 - 11 Aug 2023 15:22:31 UTC - Search in distribution

App::Serializer::Ini - Interface for serialization and deserialization River stage one • 2 direct dependents • 2 total dependents

A Serializer allows you to serialize a structure of data of arbitrary depth to a scalar and deserialize it back to the structure. The Ini serializer reads and writes data which conforms to the standards of Windows INI files....

SPADKINS/App-Context-0.968 - 09 Jun 2010 21:33:19 UTC - Search in distribution

Config::Backend::INI - a .ini file backend for conf River stage zero No dependents

This 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 UTC - Search in distribution

Config::INI::RefVars - INI file reader that supports make-style variable references and multiple assignment operators. River stage zero No dependents

INTRODUCTION This module provides an INI file reader that allows INI variables and environment variables to be referenced within the INI file. It also supports some additional assignment operators. Minimum version of perl required to use this module:...

AAHAZRED/Config-INI-RefVars-0.16 - 09 Apr 2024 05:58:01 UTC - Search in distribution

Config::Abstract::Ini - Perl extension for handling ini style files River stage zero No dependents

Have you ever wanted an easy to use interface to your own config files, but ended up doing 'require mysettings.pl' because you couldn't be bothered? Config::Abstract::Ini solves that for you, giving you an object in exchange for the name of your sett...

AVAJADI/Config-Abstract-0.16 - 06 Jul 2008 22:36:36 UTC - Search in distribution

Config::AutoConf::INI - Drive Config::AutoConf with an INI file River stage one • 1 direct dependent • 5 total dependents

This module is a extending Config::AutoConf, using a INI-like config file....

JDDPAUSE/Config-AutoConf-INI-0.005 - 23 Feb 2017 06:12:54 UTC - Search in distribution
609 results (0.191 seconds)