Package : perl-Getopt-Auto

Package details

Summary: Option framework for command-line applications

Description:
'Getopt::Auto' provides an easy way to organize a script to handle whatever
option mechanism it requires.

For each option '--foo' you provide a subroutine 'sub foo{...}'. The sub is
called every time '--foo' appears on the command line. Values for the
option are taken from '@ARGV'.

If you don't provide a subroutine for '--foo', then '$options{'--foo'}' is
set.


URL: http://search.cpan.org/dist/Getopt-Auto
License: GPL+ or Artistic

Maintainer: tv

List of RPMs