Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Lo, for i am blind

by Limbic~Region (Chancellor)
on May 17, 2003 at 01:08 UTC ( [id://258814]=note: print w/replies, xml ) Need Help??


in reply to Lo, for i am blind

jcpunk,
elsif ($on_off eq "off") &Off(); else {
You are missing the open and close curly brace in the elsif.

Additionally:

  • You shouldn't use backticks in a void context `` - use system instead
  • It is also considered bad form to call a sub with & and ()

    Cheers - L~R

  • Log In?
    Username:
    Password:

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

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

      No recent polls found