while (1) { open OFF, "off.txt"; last if ; # all the code goes here sleep 5; } print "you turned me off!";