in reply to FOREACH Variables
if ($alarms = "off") { #... } [download]
if ($alarms eq "off") { # ... } [download]
which the OP would have caught with use warnings of course.