JoeDog::Config

JoeDog::Config provides a perl extension for parsing data/configuration file.
Download

JoeDog::Config Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jeffrey Fulmer
  • Publisher web site:
  • http://www.joedog.org

JoeDog::Config Tags


JoeDog::Config Description

JoeDog::Config provides a perl extension for parsing data/configuration file. JoeDog::Config provides a perl extension for parsing data/configuration file.It reads columns, key-value pairs, and INI style config files into arrays, hashes and hashes of hashes. It can take characters or regexes for separators. ABSTRACT:This is a autoloadable module which allows the programmerto read data from an configuration file into various perldata types, arrays, multi-dimentional arrays and hashes.INSTALLATIONJoeDog::Config.pm was built using perl Make::Maker utilityIf you are familiar with that utility you should have noproblem with this installation as it will be familiar: $ perl Makefile.PL $ make $ make test $ su $ make installUSAGEuse 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,);my %hash = $cnf->get_hash(sep);my %hashes = $cnf->get_hashes(sep)


JoeDog::Config Related Software