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 }
Comment on
Re^3: undef == 0?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom