in reply to Re^2: What is the correct definition of False and Null in Perl?
in thread What is the correct definition of False and Null in Perl?

Not really. Many strings become zero when converted as a number, but until they've been converted, Perl doesn't consider them zero. This includes "abc" and those you listed.

You'll never get those strings from stringifying zero, so there's no problem.

  • Comment on Re^3: What is the correct definition of False and Null in Perl?