Perl module for processing argument vectors
Module Getopt::ArgvFile is a simple supplement to other option handling modules. It allows script options and parameters to be read from files instead of from the command line by interpolating file contents into @ARGV. This way it PREPARES the final option handling. Getopt::ArgvFile does NOT perform any option processing itself, and should work fine together with any other option handling module (e.g. Getopt::Long) or even self coded option handling.
$
pkg install p5-Getopt-ArgvFileOrigin
devel/p5-Getopt-ArgvFile
Size
48.3KiB
License
ART10
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
7 packages