pkgsrc/devel/p5-Getopt-ArgvFile/DESCR
wennmach 9ffe9a8508 Import p5-Getopt-ArgvFile from Aleksey Cheusov's package in wip.
Required for the update of txt2html.

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.
2007-03-15 22:38:21 +00:00

11 lines
538 B
Text

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.