Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    Auto::Config::config->set('root', remote => 'docroot_new');
    
    print "$root_local\n";
    
  2. or download this
    package Auto::Config_class;
    
    ...
    }
    
    1;
    
  3. or download this
    
    package Auto::Config;
    ...
    }
    
    1;