Paketname | libgetopt-argvfile-perl |
Beschreibung | Perl module for reading script options and parameters from files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.11-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 31542 Byte |
Prüfsumme MD5 | 0bd8242ae6000cc42734fdd7cd9c1376 |
Prüfsumme SHA1 | 874a38b78216f43e0d46ceb0ebc3a823f17af6ab |
Prüfsumme SHA256 | 39b5d3939c6478e4315a40d4abffc913f696a649898ea0af2d967666a6383063 |
Link zum Herunterladen | libgetopt-argvfile-perl_1.11-1_all.deb |
Ausführliche Beschreibung | This module simply interpolates option file hints in @ARGV by the
contents of the pointed files. This enables option reading from
files instead of or additional to the usual reading from the command
line.
.
Alternatively, you can process any array instead of @ARGV which is
used by default and mentioned mostly in this manual.
.
The interpolated @ARGV could be subsequently processed by the usual
option handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does
not perform any option handling itself, it only prepares the array
@ARGV.
|