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

NAME

simple.pl - a simple example file using Getopt::Alt

SYNOPSIS

  simple.pl --help
  simple.pl [-t | --test] [--inc num |-inum] [--str str | -s str]

  OPTION:
   -t --test     Test mode
   -i --inc=numb Pass in a number
   -s --str=str  Pass in a string

   -v --verbose  Out put dump of Getopt::Alt object use twice for more details
      --help     Should display this message and is defined in Getopt::Alt itself

REST