NAME
Acme::Coinbase::Config -- read a acmecoinbase config file
SYNOPSIS
Example of a usage goes here, such as
my $conf = new Acme::Coinbase::Config( config_file=>$filename);
my $conf->read_config();
my $val = $conf->get_param( "section", "param" );
DESCRIPTION
Manages reading a config file.
METHODS
- my $conf = Acme::Coinbase::Config->new( );
-
returns a new object.
- conf->read_config()
-
reads the config file
- conf->get_param( "section", "param")
-
reads the given parameter from the given section.
COPYRIGHT
Copyright (c) 2014 Josh Rabinowitz, All Rights Reserved.
AUTHORS
Josh Rabinowitz