if ((localtime($time))[6] == 1 ) { $allmondayflag = 1; next; } else { $allmondayflag = 0; last; } if ($allmondayflag) { # I never get run }