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

NAME

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

SYNOPSIS

  longer.pl --help
  longer.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
      --man      Should display the whole POD documentation
      --VERSION  Should show this script's verion number

REST