Paketname | libgetargs-long-perl |
Beschreibung | Perl module to parse long function arguments |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.1003-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 104 Byte |
Hängt ab von | perl (>= 5.6.1), liblog-agent-perl |
Empfohlene Pakete | |
Paketbetreuer | Colin Watson |
Quelle | |
Paketgröße | 25804 Byte |
Prüfsumme MD5 | adf8ac777139dbcbefb23f9ab66d77fe |
Prüfsumme SHA1 | 7d4176df6bb2f843d382a17b5ac350b4e80e66cd |
Prüfsumme SHA256 | 7d4f897d892b5bd8e379b3a1c35cf0407618b859c878ea9327e8bc969bf9d444 |
Link zum Herunterladen | libgetargs-long-perl_1.1003-1_all.deb |
Ausführliche Beschreibung | 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.
|