The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
=head1 NAME

Getopt::Alt Manual

=head1 AIM

The aim of Getopt::Alt is to be a reasonably easy replacement of Getopt::Long as well as having much more power and options (like supporting command type interfaces).

There are three different usage cases for Getopt::Alt:

=over 4

=item 1

Simple option list, i.e. a simple replacement of Getopt::Long

=item 2

Simple command & option list for running commands (as subs) in the calling file

=item 3

More complex commands & option list where each command is a method of different modules.

=back


=cut