Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: true/false condition - what am I doing wrong?

by Taulmarill (Deacon)
on Dec 08, 2011 at 14:23 UTC ( [id://942441]=note: print w/replies, xml ) Need Help??


in reply to true/false condition - what am I doing wrong?

The correct way to use the teary operator would be like this:
$redo = $type eq "add" ? "wiki_add2" : "wiki_edit2";
I would like to tell you what exactly happens, when perl executes your version. But to be honest i can't quite figure it out.

Replies are listed 'Best First'.
Re^2: true/false condition - what am I doing wrong?
by sumeetgrover (Monk) on Dec 08, 2011 at 14:44 UTC

    Exactly! Taulmarill has pointed it out right. You are using a compound if statement without the appropriate syntax. Also, I notice in your code that you've declared the variables $type and $redo twice within the same lexical scope! You might like to change this.

Re^2: true/false condition - what am I doing wrong?
by ultranerds (Hermit) on Dec 08, 2011 at 15:21 UTC
    Thanks guys - duh I should have seen that one. Joys of trying to work when you have a stinking headache and cold

    Thanks!

    Andy

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 03:56 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found