![]() |
![]()
| ![]() |
![]()
NAMEMooseX::App::ParsedArgv::Element - Parsed logical element from @ARGV DESCRIPTIONEvery instance of this class represents a logical entity from @ARGV METHODSkeyParameter value or option key valueArrayref of values. A value is represented by a MooseX::App::ParsedArgv::Value object. add_valueAppend a value all_scalar_valuesAll values as scalars (in supplied order) all_valuesAll values as MooseX::App::ParsedArgv::Value objects (in supplied order) last_valueLast value as MooseX::App::ParsedArgv::Value object (as given by supplied order) typeType of element. Can be 'option', 'parameter' or 'extra' consumedFlag that indicates if element was already consumed consumeConsumes element. Dies if element is already consumed serializeSerializes element (Does not procuce output that is identical with original @ARGV) originalTries to re-create the original input
|