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


in reply to Re^4: Is Perl a good career move?
in thread Is Perl a good career move?

($foo = bar()) || ($foo = $baz); $foo = (($bar = bar()) ? $bar : $baz); The key is that the || casts the right hand side as a boolean, and php does not have a magic variable that gets set while you aren't looking.