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

Search results for "Config::General"

Config::General - Generic Config Module River stage three • 102 direct dependents • 176 total dependents

This module opens a config file and parses its contents for you. The new method requires one parameter which needs to be a filename. The method getall returns a hash which contains all options and its associated values of your config file. The format...

TLINDEN/Config-General-2.65 - 10 Apr 2022 12:19:43 UTC - Search in distribution

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

Loads Config::General files. Example: name = TestApp <Component Controller::Foo> foo bar bar [ arrayref-value ] </Component> <Model Baz> qux xyzzy </Model>...

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

Banal::Config::General - A wrapper around Config::General that provides semsible defaults as well as a stash. River stage zero No dependents

AULUSOY/Banal-Config-0.11 - 28 Jul 2014 04:02:16 UTC - Search in distribution

Config::General::Match - Add < <Location >> and < <LocationMatch >> style matching to Config::General River stage one • 1 direct dependent • 2 total dependents

Introduction This module extends "Config::General" by providing support for configuration sections that match only for a particular file or path or URL. Typically you would use this to support the Apache-style conditional blocks, for instance: <Files...

MGRAHAM/Config-General-Match-0.05 - 31 Jul 2005 01:33:35 UTC - Search in distribution

POEST::Config::General - Configuration via Config::General River stage zero No dependents

The description of the configuration file is explained in Config::General. This configuration class conforms to the specification explained in POEST::Config. Example Configuration Hostname localhost Port 2525 Plugin POEST::Plugin::General Plugin POES...

CWEST/poest-0.20030407 - 08 Apr 2003 12:46:56 UTC - Search in distribution

Config::General::Hierarchical - Hierarchical Generic Config Module River stage zero No dependents

This module provides easy ways to achieve three goals: to read configuration values that are organized in complex structures and stored in a hierarchical structure of files, to access them, and to define syntax and structure constraints....

ICC/Config-General-Hierarchical-0.07 - 07 Jan 2012 18:31:34 UTC - Search in distribution

Kelp::Module::Config::General - Config::General as config module for your Kelp applications. River stage zero No dependents

This module provides support of Config::General as your "Kelp::Module::Config" module. Config::General module is loaded with following configuration options: -ForceArray => 1, -IncludeAgain => 1, -InterPolateVars => 1, -IncludeRelative => 1, Because ...

YAKUNINK/Kelp-Module-Config-General-0.04 - 21 Feb 2017 08:30:43 UTC - Search in distribution

Data::Serializer::Config::General - Creates bridge between Data::Serializer and Config::General River stage two • 41 direct dependents • 87 total dependents

Module is used internally to Data::Serializer...

NEELY/Data-Serializer-0.65 - 01 Feb 2020 16:51:08 UTC - Search in distribution

Template::Plugin::Config::General - Template Toolkit plugin which implements wrapper around Config::General module. River stage zero No dependents

This module implements interface wrapper around Config::General. The task of easy access to configuration items from both code and templates may appear in applications which uses configuration files which are saved apart from code and templates. This...

LIOL/Template-Plugin-Config-General-0.01 - 31 Jan 2005 19:12:48 UTC - Search in distribution

Log::Handler::Plugin::Config::General - Config loader for Config::General. River stage two • 29 direct dependents • 41 total dependents

BLOONIX/Log-Handler-0.90 - 12 Jul 2020 13:43:09 UTC - Search in distribution

CGI::Application::Plugin::Config::General - Add Config::General Support to CGI::Application River stage one • 1 direct dependent • 1 total dependent

This module allows you to easily access configuration data stored in Config::General (i.e. Apache-style) config files. You can also automatically match configuration sections to the request URL, or to the module name. This is similar to how Apache dy...

MGRAHAM/CGI-Application-Plugin-Config-General-0.08 - 25 Oct 2009 15:57:08 UTC - Search in distribution

Google::Checkout::General::ConfigReader River stage zero No dependents

A simple parser to read and load the config file. This module is used internally by "Google::Checkout::General::GCO", you probably won't be using it directly. new CONFIG_PATH => ... Constructor. Takes a path to the configuration file. path Returns th...

DZHUO/Google-Checkout-1.1.1 - 28 Sep 2007 20:44:55 UTC - Search in distribution

Gantry::Conf::Provider::HTTP::Config::General - Uses Config::General to configure your Gantry application River stage one • 3 direct dependents • 3 total dependents

This is the provider to allow Gantry::Conf to be able to handle Config::General aka Apache style configuration files received via the web....

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

Config::Context::ConfigGeneral - Use Config::General (Apache-style) config files with Config::Context River stage one • 2 direct dependents • 3 total dependents

This module uses "Config::General" to parse Apache-style config files for "Config::Context". See the "Config::Context" docs for more information....

MGRAHAM/Config-Context-0.10 - 07 Nov 2005 00:11:12 UTC - Search in distribution

Kelp::Module::Config::ConfigGeneral - DEPRICATED !!!!!!!!! Config::General as config module for your Kelp applications. River stage zero No dependents

DEPRICATED!!! Module has moved to Kelp::Module::Config::General. This module provides support of Config::General as your "Kelp::Module::Config" module. Config::General module is loaded with following configuration options: -ForceArray => 1, -IncludeA...

YAKUNINK/Kelp-Module-Config-ConfigGeneral-0.03 - 08 Feb 2017 19:49:49 UTC - Search in distribution

Mojolicious::Plugin::ConfigGeneral - Config::General Configuration Plugin for Mojolicious River stage zero No dependents

Mojolicious::Plugin::ConfigGeneral is a Config::General Configuration Plugin for Mojolicious...

ABALAMA/Mojolicious-Plugin-ConfigGeneral-1.02 - 26 Nov 2023 14:48:25 UTC - Search in distribution

Acrux::Config - Config::General Configuration of Acrux River stage zero No dependents

The module works with the configuration using Config::General All getters of this class are allows get access to configuration parameters by path-pointers. See Acrux::Pointer and RFC 6901 <https://tools.ietf.org/html/rfc6901> new my $config = Acrux::...

ABALAMA/Acrux-0.03 - 19 Feb 2024 15:07:00 UTC - Search in distribution

CTK::ConfGenUtil - Config::General structure utility functions River stage one • 1 direct dependent • 1 total dependent

This module based on Config::General::Extended FUNCTIONS Working sample: <Foo> <Bar> Baz blah-blah-blah Qux 123 Qux 456 Qux 789 </Bar> </Foo> node This method returns the found node of a given key. my $bar = node( $config, 'foo', 'bar' ); my $bar = n...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

Pgreet - General purpose shared methods for Penguin Greetings. River stage zero No dependents

The Perl module: "Pgreet" (Pgreet.pm) provides shared functionality for the "Penguin Greetings" application that is not provided by any specific submodule. Presently, it provide consistent access to the intermediate state files between the CGI Applic...

ELAGACHE/Pgreet-1.0.0 - 02 Jun 2005 16:22:17 UTC - Search in distribution

README - General Information about WordNet::SenseRelate::AllWords River stage zero No dependents

Words can have multiple meanings or senses. For example, the word *glass* in WordNet [1] has seven senses as a noun and five senses as a verb. Glass can mean a clear solid, a container for drinking, the quantity a drinking container will hold, etc. W...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC - Search in distribution
  • wsd.pl - automatically assign a meaning to every word in a text
  • WordNet::SenseRelate::AllWords - Disambiguate All Words in a Text based on semantic similarity and relatedness in WordNet
1,311 results (0.147 seconds)