Main > Programming > Libraries >

Config::File 1.4

Config::File 1.4

Sponsored Links

Config::File 1.4 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 930
Date added: 2007-04-12
Publisher: Sebastien J. Gross

Config::File 1.4 description

Config::File is a Perl module to parse a simple configuration file.

SYNOPSIS

use Config::File;
my $config_hash = Config::File::read_config_file($configuration_file);

read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the configuration file is quite simple:

# This is a comment
VALUE_ONE = foo
VALUE_TWO = $VALUE_ONE/bar
VALUE_THREE = The value contains a # (hash). # This is a comment.

Options can be clustered when creating groups:

CLUSTER_ONE[data] = data cluster one
CLUSTER_ONE[value] = value cluster one
CLUSTER_TWO[data] = data cluster two
CLUSTER_TWO[value] = value cluster two

Then values can be fetched using this syntax:

$hash_config->{CLUSTER_ONE}{data};

There can be as many sub-options in a cluster as needed.

BIG_CLUSTER[part1][part2][part3] = data

is fetched by: $hash_config->{BIG_CLUSTER}{part1}{part2}{part3};
There are a couple of restrictions as for the names of the keys. First of all, all the characters should be alphabetic, numeric, underscores or hyphens, with square brackets allowed for the clustering. That is, the keys should conform to /^[A-Za-z0-9_-]+$/

This means also that no space is allowed in the key part of the line.

CLUSTER_ONE[data] = data cluster one # Right
CLUSTER_ONE[ data ] = data cluster one # Wrong

Config::File 1.4 Screenshot

Advertisements

Config::File 1.4 Keywords

Bookmark Config::File 1.4

Hyperlink code:
Link for forum:

Config::File 1.4 Copyright

WareSeeker periodically updates pricing and software information of Config::File 1.4 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Config::File 1.4 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Config::IniFiles is a module for reading .ini-style configuration files. Free Download
ConfigFile for Haskell is a configuration file parser and writer library for Haskell. Free Download
ConfigReader::Simple is a simple configuration file parser. Free Download
Config::Sofu is a simple Sofu configuration file parser. Free Download
libConfig++ is a portable and flexible C++ library for reading configuration files which were written in C style syntax. Free Download
Config::Std is a Perl module load and save configuration files in a standard format. Free Download
PXP::Config is a Perl module for PXP configuration. Free Download
Config::FreeForm is a Perl module that provides in-memory configuration data. Free Download