Name: | perl-Getopt-Long |
---|---|
Epoch: | 1 |
Version: | 2.51 |
Release: | 1.module+el8.3.0+7729+86a74f64 |
Architecture: | noarch |
Module: | perl:5.30:8030020200609055348:8af31532 perl:5.30:8040020200923213406:466ea64f |
Group: | Unspecified |
Size: | 140531 |
License: | GPLv2+ or Artistic |
RPM: | perl-Getopt-Long-2.51-1.module+el8.3.0+7729+86a74f64.noarch.rpm |
Source RPM: | perl-Getopt-Long-2.51-1.module+el8.3.0+7729+86a74f64.src.rpm |
Build Date: | Tue Aug 11 2020 |
Build Host: | jenkins-10-147-72-125-df74590a-7496-4915-9dd0-d2fcdb1902bc.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Getopt-Long |
Summary: | Extended processing of command line options |
Description: | 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. |