while (sleep 2) { foreach my $site (@sites) { BackupLogFiles($site) if (BetweenHoursOf($maintenance_start,$maintenance_stop)); } }