Parse::PlainConfig::Constants - PPC Constants
Contents
Bugs And Limitations
Constants
THere are three export sets provided by this module:
Set Description
----------------------------------------------------
std Parameter data type constants
debug Debug level constants
all All constants (including internall constants
stdPPC_SCALAR
Scalar data type. Leading and trailing white space is trimmed.
PPC_ARRAY
Array data type. Leading and trailing white space for all elements is trimmed.
PPC_HASH
Hash data type. Leading and trailing white space for all keys and values is trimmed.
PPC_HDOC
Here doc data type. Functionally equivalent to PPC_SCALAR.
debug
The higher the debug level the more verbose the output.
PPCDLEVEL1PPCDLEVEL2PPCDLEVEL3allDependencies
o Exporter
Description
This module provides a number of constants that are used mostly internally. That said, the default
export provides the basic data types you'll need to declare your parameter types.
You can also export debug level constants to provide trace information out to STDERR.
License And Copyright
This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/
for more information.
(c) 2016 - 2023, Arthur Corliss (corliss@digitalmages.com)
perl v5.38.2 2024-01-20 Parse::PlainConfig::Constants(3pm)
Name
Parse::PlainConfig::Constants - PPC Constants
Subroutines/Methods
None.
Synopsis
use Parse::PlainConfig::Constants;
$scalarType = PPC_SCALAR;
$arrayType = PPC_ARRAY;
$hashType = PPC_HASH;
$hdocType = PPC_HDOC;
Version
$Id: lib/Parse/PlainConfig/Constants.pm, 3.07 2024/01/10 13:32:06 acorliss Exp $
