warn "QUIET MODE: Program operations and errors are being redirected to the file arbol.log\n"; close (STDERR); open (STDERR, "> ".$outpath."/arbol.log"); open (NEW_OUT, ">&STDOUT"); open (STDOUT, ">&STDERR");