Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Lo, for i am blind

by pfaut (Priest)
on May 17, 2003 at 01:06 UTC ( [id://258812]=note: print w/replies, xml ) Need Help??


in reply to Lo, for i am blind

Perl requires braces around code blocks on if statements.

elsif ($on_off eq "off") &Off(); else

should be

elsif ($on_off eq "off") { &Off(); } else
90% of every Perl application is already written.
dragonchild

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-18 14:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found