MyModule->new({ config_file => 'file.conf'}); # or MyModule->new({ config => \%Config }); # or MyModule->load_config($file); # etc... #### MyApp | +-- bin/ +-- etc/ +-- lib/ +-- docs/