Some thoughts on the same theme:
sub at_work { if ($work > $usual) { order(pizza); } else { go_home(relax); } } [download]
For some of us
sub at_work { $work < $usual ? go_home(relax) : order(pizza); } [download]
"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce