my $config = AppConfig->new({ GLOBAL => { ARGCOUNT => ARGCOUNT_ONE, DEFAULT => "", }, CREATE => 1, ERROR => sub {} }); #### # config parameters that could eventually be empty $config->define (qw ( global_password ) );