67c6e8b633
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. ok sthen@
6 lines
265 B
Plaintext
6 lines
265 B
Plaintext
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.
|