http://qs1969.pair.com?node_id=942441


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.