Class::ParmList

 General named parameter list parser. Handles default values,
 required vs allowed distinctions, optional name lexical checking,
 multiple retrieval, and error reporting.

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

Type 'perldoc Class::ParmList' after installation for the documentation

Copyright 1999-2020, Jerilyn Franz and FreeRun Technologies, Inc. All Rights Reserved.