Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: FOREACH Variables

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


in reply to FOREACH Variables

Also,

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


Comment on Re: FOREACH Variables
Select or Download Code
Re^2: FOREACH Variables
by GrandFather (Cardinal) 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
Node Status?
node history
Node Type: note [id://787476]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2013-05-24 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (493 votes), past polls