套件:libgetargs-long-perl(1.1012-2)
libgetargs-long-perl 的相關連結
Debian 的資源:
下載原始碼套件 libgetargs-long-perl:
- [libgetargs-long-perl_1.1012-2.dsc]
- [libgetargs-long-perl_1.1012.orig.tar.gz]
- [libgetargs-long-perl_1.1012-2.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module to parse long function arguments
The Getargs::Long module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of all-mandatory and all-optional parameter lists.
The validation of arguments can be done by a structure-driven routine getargs() which is fine for infrequently called routines (but should be slower), or via a dedicated routine created and compiled on the fly the first time it is needed, by using the cgetargs() family (expected to be faster).
The Log::Agent module is used to report errors, which leaves to the application the choice of the final logging method: to a file, to STDERR, or to syslog.
Note that this module is still in the alpha stage of development, and the interface to it may change: indeed, it changed between 0.1.2 and 0.1.3.
其他與 libgetargs-long-perl 有關的套件
|
|
|
|
-
- dep: liblog-agent-perl
- Perl module providing helper logging routines
-
- dep: perl (>= 5.8)
- Larry Wall's Practical Extraction and Report Language