Help for this page

Select Code to Download


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