Help for this page

Select Code to Download


  1. or download this
    package MyApp::Config;
    use strict;
    ...
                 [...]
                 key_n => value_n
               );
    
  2. or download this
    use MyApp::Config;
    
  3. or download this
    our %appdata;
    *appdata = \%MyApp::Config::appdata;