in reply to Re^3: undef == 0?
in thread undef == 0?
I certainly understand operator based context and all that stuff that makes Perl so Special (well, obviously not all of it). I guess I just never really thought about what numerical value undef should have. My understanding of undefined is that it shouldn't have any value at all, by definition. I suppose that something like NaN would be closest to my expectations.