Help for this page
my $config = AppConfig->new({ 'CASE' => 1 }); $config->define("foo");
$config->define("foo", { 'DEFAULT' => "localhost:8080", ... 'ARGCOUNT' => 1 });