EnglishFrenchSpanish

Ad


OnWorks favicon

config_datap - Online in the Cloud

Run config_datap in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command config_datap that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


config_data - Query or change configuration of Perl modules

SYNOPSIS


# Get config/feature values
config_data --module Foo::Bar --feature bazzable
config_data --module Foo::Bar --config magic_number

# Set config/feature values
config_data --module Foo::Bar --set_feature bazzable=1
config_data --module Foo::Bar --set_config magic_number=42

# Print a usage message
config_data --help

DESCRIPTION


The "config_data" tool provides a command-line interface to the configuration of Perl
modules. By "configuration", we mean something akin to "user preferences" or "local
settings". This is a formalization and abstraction of the systems that people like
Andreas Koenig ("CPAN::Config"), Jon Swartz ("HTML::Mason::Config"), Andy Wardley
("Template::Config"), and Larry Wall (perl's own Config.pm) have developed independently.

The configuration system employed here was developed in the context of "Module::Build".
Under this system, configuration information for a module "Foo", for example, is stored in
a module called "Foo::ConfigData") (I would have called it "Foo::Config", but that was
taken by all those other systems mentioned in the previous paragraph...). These
"...::ConfigData" modules contain the configuration data, as well as publicly accessible
methods for querying and setting (yes, actually re-writing) the configuration data. The
"config_data" script (whose docs you are currently reading) is merely a front-end for
those methods. If you wish, you may create alternate front-ends.

The two types of data that may be stored are called "config" values and "feature" values.
A "config" value may be any perl scalar, including references to complex data structures.
It must, however, be serializable using "Data::Dumper". A "feature" is a boolean (1 or 0)
value.

USAGE


This script functions as a basic getter/setter wrapper around the configuration of a
single module. On the command line, specify which module's configuration you're
interested in, and pass options to get or set "config" or "feature" values. The following
options are supported:

module
Specifies the name of the module to configure (required).

feature
When passed the name of a "feature", shows its value. The value will be 1 if the
feature is enabled, 0 if the feature is not enabled, or empty if the feature is
unknown. When no feature name is supplied, the names and values of all known features
will be shown.

config
When passed the name of a "config" entry, shows its value. The value will be
displayed using "Data::Dumper" (or similar) as perl code. When no config name is
supplied, the names and values of all known config entries will be shown.

set_feature
Sets the given "feature" to the given boolean value. Specify the value as either 1 or
0.

set_config
Sets the given "config" entry to the given value.

eval
If the "--eval" option is used, the values in "set_config" will be evaluated as perl
code before being stored. This allows moderately complicated data structures to be
stored. For really complicated structures, you probably shouldn't use this command-
line interface, just use the Perl API instead.

help
Prints a help message, including a few examples, and exits.

Use config_datap online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad