Help for this page

Select Code to Download


  1. or download this
    my $config = AppConfig->new({
        GLOBAL =>
        {
    ...
        CREATE => 1,
        ERROR => sub {}
    });
    
  2. or download this
    # config parameters that could eventually be empty
    $config->define (qw (
            global_password
    ) );