in reply to Falsehoods & empty strings

Um,

I think it has something to do w/ free will.

God (Time Bandits)
No, wasn't there some LW trouble w/ zero not being false the same way undef is, though, so that:
print "hey \n" if ( (2 < 2) == 0); print "hee \n" if ( (2 < 2) eq undef ); print "ho \n" unless (2 < 2);
will all work.

a