in reply to Re: Determining whether a value is zero.
in thread Determining whether a value is zero.

Some notes:

It could be considered to break the pure Perl rule. B is written in XS. But hey, so are operators and both come with Perl.

It doesn't call get magic or handle overloading.

  • Comment on Re^2: Determining whether a value is zero.