my $config = AppConfig->new({ 'CASE' => 1 }); $config->define("foo"); #### $config->define("foo", { 'DEFAULT' => "localhost:8080", 'CMDARG' => [ "-p" ], 'ARGCOUNT' => 1 });