DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibgetargs-long-perl
BeschreibungPerl module to parse long function arguments
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.1003-2
Sektionperl
Prioritätoptional
Installierte Größe104 Byte
Hängt ab vonperl (>= 5.6.1), liblog-agent-perl
Empfohlene Pakete
PaketbetreuerColin Watson
Quelle
Paketgröße26152 Byte
Prüfsumme MD59a07a93849f27c654b9fc08669088ea7
Prüfsumme SHA1092328981f404b1cdbccf56bcb3244b522170373
Prüfsumme SHA2562f92c93579b5f822571c81b6f6be7d69801aa259544e37a23f42da4b7f3c197a
Link zum Herunterladenlibgetargs-long-perl_1.1003-2_all.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds