Help for this page

Select Code to Download


  1. or download this
    use My::LocalConfig;
    my $local_config = new My::LocalConfig '<project>';
    
  2. or download this
    require "$local_config->{CONFIG_PATH}/AppConfig.pm";
    my $app_config = new AppConfig $local_config;