GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Getopt::Long::Descriptive::Opts(3) User Contributed Perl Documentation Getopt::Long::Descriptive::Opts(3)

Getopt::Long::Descriptive::Opts - object representing command line switches

version 0.110

This class is the base class of all $opt objects returned by Getopt::Long::Descriptive. In general, you do not want to think about this class, look at it, or alter it. Seriously, it's pretty dumb.

Every call to "describe_options" will return a object of a new subclass of this class. It will have a method for the canonical name of each option possible given the option specifications.

Method names beginning with an single underscore are public, and are named that way to avoid conflict with automatically generated methods. Methods with multiple underscores (in case you're reading the source) are private.

This library should run on perls released even a long time ago. It should work on any version of perl released in the last five years.

Although it may work on older versions of perl, no guarantee is made that the minimum required version will not be increased. The version may be increased for any reason, and there is no promise that patches will be accepted to lower the minimum required perl.

Achtung! All methods beginning with an underscore are experimental as of today, 2009-12-12. They are likely to be formally made permanent soon.

This method returns true if the given name was specified on the command line.

For example, if @ARGS was ""--foo --bar 10"" and "baz" is defined by a default, "_specified" will return true for foo and bar, and false for baz.

This method returns an opt object in which only explicitly specified values are defined. Values which were set by defaults will appear undef.

This method returns the opts object with all values, including those set by defaults. It is probably not going to be very often-used.

  • Hans Dieter Pearcey <hdp@cpan.org>
  • Ricardo Signes <rjbs@semiotic.systems>

This software is copyright (c) 2005 by Hans Dieter Pearcey.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2021-10-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.