GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Parse::PlainConfig::Constants(3) User Contributed Perl Documentation Parse::PlainConfig::Constants(3)

Parse::PlainConfig::Constants - PPC Constants

$Id: lib/Parse/PlainConfig/Constants.pm, 3.05 2017/02/06 10:36:37 acorliss Exp $

    use Parse::PlainConfig::Constants;

    $scalarType = PPC_SCALAR;
    $arrayType  = PPC_ARRAY;
    $hashType   = PPC_HASH;
    $hdocType   = PPC_HDOC;

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.

None.

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

PPC_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.

The higher the debug level the more verbose the output.

PPCDLEVEL1

PPCDLEVEL2

PPCDLEVEL3

o Exporter

Arthur Corliss (corliss@digitalmages.com)

This software is licensed under the same terms as Perl, itself. Please see http://dev.perl.org/licenses/ for more information.

(c) 2016, Arthur Corliss (corliss@digitalmages.com)

2017-02-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.