4777ca6e31
lists for method calls. This is a simple package for validating calling parameters to a subroutine or method. It allows you to use "named parameters" while providing checking for number and naming of parameters for verifying inputs are as expected and meet any minimum requirements. It also allows the setting of default values for the named parameters if omitted PR: 58453 Submitted by: clsung@dragon2.net
10 lines
318 B
Text
10 lines
318 B
Text
Class::ParmList
|
|
|
|
General named parameter list parser. Handles default values,
|
|
required vs allowed distinctions, optional name lexical checking,
|
|
multiple retrieval, and error reporting. Works well as a complement to
|
|
Class::NamedParms.
|
|
|
|
WWW: http://search.cpan.org/~snowhare/Class-ParmList-1.03/
|
|
|
|
Author: Benjamin Franz
|