Help for this page

Select Code to Download


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