NAME
Config::Constants - Constants
SYNOPSIS
use Config::Constants ;
DESCRIPTION
Used as a central store of constants that can be used in Perl scripts. For example the mail server ip address.
AUTHOR
Steve Price
BUGS
None that I know of!
INTERFACE
Constants::Config->new()
-
Return a reference to a new Constants::Config object. This is not necessary because all constants can be accessed using the class name.
Constants::Config->get(name)
-
Return a the value of the constant name, or undef if no constant of that name is found.
The following constants are defined:
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 64:
=over without closing =back