Help for this page
# log the whole process BEGIN ... print LOG "Errors:\n"; carpout(*LOG); }
............................................................ # move the file to the backup subfolder ... system("mv /var/logs/log.txt /var/files/out/$subfolder_name"); ............................................................