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