|
|
| |
MooseX::App::ParsedArgv::Element(3) |
User Contributed Perl Documentation |
MooseX::App::ParsedArgv::Element(3) |
MooseX::App::ParsedArgv::Element - Parsed logical element from @ARGV
Every instance of this class represents a logical entity from
@ARGV
Parameter value or option key
Arrayref of values. A value is represented by a MooseX::App::ParsedArgv::Value
object.
All values as scalars (in supplied order)
All values as MooseX::App::ParsedArgv::Value objects (in supplied order)
Last value as MooseX::App::ParsedArgv::Value object (as given by supplied order)
Type of element. Can be 'option', 'parameter' or 'extra'
Flag that indicates if element was already consumed
Consumes element. Dies if element is already consumed
Serializes element (Does not procuce output that is identical with original
@ARGV)
Tries to re-create the original input
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |