Help for this page
# Opening log file. # Redirecting OUTPUT and ERR to log file for all threads ... STDOUT->fdopen( \*OUTPUT, 'w' ) or die $!; STDERR->fdopen( \*ERROR, 'w' ) or die $!;