in reply to Mr. Ternary is greater than Mrs. If Else
$x = ($d) ? do_one() : ($e) ? do_two() : ($f) ? do_three() : do_default() ; [download]