| Goo documentation | view source | Contained in the Goo distribution. |
Goo::CommandLineManager - Manage command line parameters
use Goo::CommandLineManager;
Manage command line arguments.
constructor
pop off the last parameter on the command line
return all the parameters on the command line
return the parameter at a given position
return the switch that is specified
add an option to manage on the command line
return the value of the switch
display the help for all the command options
Nigel Hamilton <nigel@trexy.com>
| Goo documentation | view source | Contained in the Goo distribution. |