in reply to Re^2: undef == 0?
in thread undef == 0?

No, what it means is that is_true(1) == is_true(2), where is_true is something like sub { $_[0] ? 1 : 0 }