Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource perl-Getopt-OO

Getopt::OO is an object oriented tool for parsing command line arguments. It expects a reference to the input arguments and uses a perl hash to describe how the command line arguments should be parsed. Note that by parsed, we mean what options expect values, etc. We check to make sure values exist on the command line as necessary -- nothing else. The caller is responsible for making sure that a value that he knows should be a file exists, is writable, or whatever. Command line arguments can be broken into two distinct types: options and values that are associated with these options. In windows, options often start with a '/' but sometimes with a '-', but in unix they almost universally start with a '-'. For this module options start with a '-'. We support two types of options: the short single dashed options and the long double dashed options. The difference between these two is that with this module the short options can be combined into a single option, but the long options can not. For example, most of us will be familiar with the 'tar -xvf file' command which can also be expressed as '-x -v -f file'. Long options can not be combined this way, so '--help' for example must always stand by itself. The input template expects the option names as its keys. For instance if you were expecting '-xv --hello' as possible command line options, the keys for your template hash would be '-x', '-v', and '--hello'.

Found 2 sites for perl-Getopt-OO

Found 14 RPM for perl-Getopt-OO

PackageSummaryDistributionDownload
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia Cauldron for armv7hlperl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia Cauldron for x86_64perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia Cauldron for aarch64perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia 9 for i586perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia 9 for armv7hlperl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia 9 for x86_64perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia 9 for aarch64perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-11.mga9.noarch.htmlAn object oriented command line parser. It handlesMageia Cauldron for i686perl-Getopt-OO-0.70.0-11.mga9.noarch.rpm
perl-Getopt-OO-0.70.0-10.mga8.noarch.htmlAn object oriented command line parser. It handlesMageia 8 for aarch64perl-Getopt-OO-0.70.0-10.mga8.noarch.rpm
perl-Getopt-OO-0.70.0-10.mga8.noarch.htmlAn object oriented command line parser. It handlesMageia 8 for x86_64perl-Getopt-OO-0.70.0-10.mga8.noarch.rpm
perl-Getopt-OO-0.70.0-10.mga8.noarch.htmlAn object oriented command line parser. It handlesMageia 8 for armv7hlperl-Getopt-OO-0.70.0-10.mga8.noarch.rpm
perl-Getopt-OO-0.70.0-10.mga8.noarch.htmlAn object oriented command line parser. It handlesMageia 8 for i586perl-Getopt-OO-0.70.0-10.mga8.noarch.rpm
perl-Getopt-OO-0.70.0-5.noarch.htmlAn object oriented command line parser. It handlesOpenMandriva Cooker for x86_64perl-Getopt-OO-0.70.0-5.noarch.rpm
perl-Getopt-OO-0.70.0-5.noarch.htmlAn object oriented command line parser. It handlesOpenMandriva 5.0 for x86_64perl-Getopt-OO-0.70.0-5.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet