while(1) { if(-e $templog) { print addtime("Found $templog!\n"); DB_Update_Stats(); CheckTS(); } else { print addtime("Could not find $templog!\n"); CheckTS(); } sleep $config{Database}->{Sleep}; } while(1) { DB_Backup(); sleep 7200; #Backup db every 2 hours }