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 or go to http://www.nihongo.org/snowhare/utilities/modules/class-parmlist/

Copyright 1999-2005, Benjamin Franz (http://www.nihongo.org/snowhare/) and FreeRun Technologies, Inc. (http://www.freeruntech.com/). All Rights Reserved. This software may be copied or redistributed under the same terms as Perl itelf.