Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: FOREACH Variables

by snoopy (Curate)
on Aug 11, 2009 at 03:18 UTC ( [id://787476]=note: print w/replies, xml ) Need Help??


in reply to FOREACH Variables

Also,
if ($alarms = "off") { #... }
should be:
if ($alarms eq "off") { # ... }

Replies are listed 'Best First'.
Re^2: FOREACH Variables
by GrandFather (Saint) on Aug 11, 2009 at 03:27 UTC

    which the OP would have caught with use warnings of course.


    True laziness is hard work

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://787476]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found