The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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