- or download this
# Change the output to logfile
$filehandle = select LOG_FILENAME;
...
# Restore the filehandle
select $filehandle;
- or download this
# Change the output to logfile
$filehandle = select LOG_FILENAME;
...
# Restore the filehandle
select $filehandle;