Paketname | libgetopt-argvfile-perl |
Beschreibung | Perl module for reading script options and parameters from files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.11-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 31542 Byte |
Prüfsumme MD5 | a23a501ff883b0a628a6b7fada52246c |
Prüfsumme SHA1 | 2dcddc33fa355214b43d37790fdc3396ef1dde2c |
Prüfsumme SHA256 | 3a72e060c6ae5e7f3497dceaf1c749086bec56d602cac51fbb796ce47dece54a |
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.
|