Nigel Hamilton > Goo-0.09 > Goo::CommandLineManager

Download:
Goo-0.09.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source  

NAME ^

Goo::CommandLineManager - Manage command line parameters

SYNOPSIS ^

use Goo::CommandLineManager;

DESCRIPTION ^

Manage command line arguments.

METHODS ^

new

constructor

get_last_parameter

pop off the last parameter on the command line

get_parameters

return all the parameters on the command line

get_parameter

return the parameter at a given position

get_selected_option

return the switch that is specified

add_option

add an option to manage on the command line

get_switch

return the value of the switch

show_help

display the help for all the command options

AUTHOR ^

Nigel Hamilton <nigel@trexy.com>

SEE ALSO ^