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


Paketnamelibgetopt-tabular-perl
Beschreibungtable-driven argument parsing for Perl 5
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.3-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe144 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße43622 Byte
Prüfsumme MD53f5d7b8ad1155a142836dbe6068d8885
Prüfsumme SHA143e5dc56b99ebd47edb6eb30a728a453239ec66a
Prüfsumme SHA2569e800a658023ebf124e91425b0c7c3e850c52b8bed0806accc756ceb679b1002
Link zum Herunterladenlibgetopt-tabular-perl_0.3-1_all.deb
Ausführliche BeschreibungGetopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv. . Some nice features of Getopt::Tabular are: * Command-line arguments are carefully type-checked, both by pattern and number -- e.g. if an option requires two integers, GetOptions makes sure that exactly two integers follow it! * The valid command-line arguments are specified in a data structure separate from the call to GetOptions; this makes it easier to have very long lists of options, and to parse options from multiple sources (e.g. the command line, an environment variable, and a configuration file). * Getopt::Tabular can intelligently generate help text based on your option descriptions. * The type system is extensible, and if you can define your desired argument type using a single Perl regular expression then it's particularly easy to extend. * Options can be abbreviated and come in any order. * A "spoof" mode in which arguments are parsed without side-effects.


Impressum
Linux is a registered trademark of Linus Torvalds