Help for this page

Select Code to Download


  1. or download this
    BEGIN { __PACKAGE__->load_config('path/to/my.conf') }
    
  2. or download this
    package BaseConf;
    
    ...
    use base 'BaseConf';
    
    sub config_file_path { return "path/to/my.conf" }