in reply to Hamlet

Neat :). But, how about a bitwise or, that way the answer is either to be or not not be. It's pretty cool though. I think it would either be:
if ($toB | !$toB) { print "That is the question."; }
or
if ($toB XOR !$toB) { print "That is the question."; }