Help for this page

Select Code to Download


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