Help for this page
BEGIN { __PACKAGE__->load_config('path/to/my.conf') }
package BaseConf; ... use base 'BaseConf'; sub config_file_path { return "path/to/my.conf" }