Home | History | Annotate | Download | only in Getopt

Lines Matching refs:Mixed

2 package Getopt::Mixed;
9 # Note that RCS revision 1.23 => $Getopt::Mixed::VERSION = "1.023"
151 # You can override this by setting $Getopt::Mixed::badOption to a
182 # You can override this by setting $Getopt::Mixed::checkArg to a
393 Getopt::Mixed - getopt processing with both long and short options
397 use Getopt::Mixed;
398 Getopt::Mixed::getOptions(...option-descriptions...);
403 use Getopt::Mixed "nextOption";
404 Getopt::Mixed::init(...option-descriptions...);
408 Getopt::Mixed::cleanup();
425 There are two methods for using Getopt::Mixed: the simple method and
512 use Getopt::Mixed;
513 Getopt::Mixed::getOptions(...option-descriptions...);
543 use Getopt::Mixed "nextOption";
544 Getopt::Mixed::init(...option-descriptions...);
548 Getopt::Mixed::cleanup();
556 First, you call Getopt::Mixed::init with the option descriptions.
558 Finally, you call Getopt::Mixed::cleanup when you're done. The
570 Getopt::Mixed provides one other function you can use. C<abortMsg>
575 Getopt::Mixed::abortMsg("Error");
584 variables should be set I<after> calling Getopt::Mixed::init and
590 use Getopt::Mixed 1.006;
596 use Getopt::Mixed 1.006;
597 Getopt::Mixed::init(...option-descriptions...);
599 Getopt::Mixed::getOptions(); # IMPORTANT: no parameters
731 Getopt::Mixed is distributed under the terms of the GNU General Public
741 Getopt::Mixed does I<not> bring your program under the GPL, the only
742 real restriction is that you can't use Getopt::Mixed in an
750 Thanks are also due to Andreas Koenig for helping Getopt::Mixed