perl-Getopt-Long

The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from @ARGV, recognizing and removing specified options and their possible values. It adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default.
Current version: 2.50

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 2.50 project
2019-01-17 9 2.47 project
2017-07-13 8 2.47 project