The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Checkout::General::ConfigReader

SYNOPSIS

DESCRIPTION

A simple parser to read and load the config file. This module is used internally by Google::Checkout::General::GCO, you probably won't be using it directly.

new CONFIG_PATH => ...

Constructor. Takes a path to the configuration file.

path

Returns the path to the configuration file.

get KEY

Given a key, returns the corresponding value. If KEY is not found, undef is returned.

COPYRIGHT

Copyright 2006 Google. All rights reserved.

SEE ALSO