Help for this page

Select Code to Download


  1. or download this
        my $conf_file;
    
    ...
        else {
            $conf_file = '/usr/local/etc/program.conf'; 
        }
    
  2. or download this
    my $conf = abs_path( 't/conf/this_test.conf-dist' );
    $ENV{'CONFIG'} = $conf;