Help for this page

Select Code to Download


  1. or download this
    some_key_param=value
    
  2. or download this
    
    my $config = read_config({ filename => 'some_config_file' });
    ...
        return $conf;
    
    } # }}}