Help for this page

Select Code to Download


  1. or download this
    if (-f $file) {
        open CONF, "<$file";
    ...
            }
        }
    }
    
  2. or download this
    print CONF "DEFAULT_IN-$def_path\nDEFAULT_OUT-$def_path_out\n";
    
  3. or download this
    if( ($def_path ne $default_in) || ($def_path_out ne $default_out) ) {
        # at least one of the values changed, write both
    }