软件包:libgetopt-argvfile-perl(1.11-5)
libgetopt-argvfile-perl 的相关链接
Debian 的资源:
下载源码包 libgetopt-argvfile-perl:
- [libgetopt-argvfile-perl_1.11-5.dsc]
- [libgetopt-argvfile-perl_1.11.orig.tar.gz]
- [libgetopt-argvfile-perl_1.11-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module for reading script options and parameters from files
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.