Giter Club home page Giter Club logo

perl-config's Introduction

JoeDog::Config - A PERL5 configuration file parser.

ABSTRACT:
This is a autoloadable module which allows the programmer
to read data from an configuration file into various perl
data types, arrays, multi-dimentional arrays and hashes.
http://www.joedog.org/

COPYRIGHT
Config.pm is copyright 2005 by Jeffrey Fulmer & Tim Funk
and it is covered by the GNU Public License. See COPYING
for more details.

INSTALLATION
JoeDog::Config.pm was built using perl Make::Maker utility
If you are familiar with that utility you should have no
problem with this installation as it will be familiar:

$ perl Makefile.PL
$ make
$ make test
$ su
$ make install

USAGE

use JoeDog::Config;  
my $cnf = new JoeDog::Config(filename);  
my @array  = $cnf->get_column();  
my @arrays = $cnf->get_columns(sep);  
my @aoa    = $cnf->get_table(sep,num);  
my @aoa    = $cnf->get_table(sep,[num1, num2, etc...]);  
my %hash   = $cnf->get_hash(sep);  
my %hashes = $cnf->get_hashes(sep);  

For greater detail, see: perldoc JoeDog::Config.pm

perl-config's People

Contributors

joedog avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.