in reply to Re: methods for dealing with zero '0' as a string or char
in thread methods for dealing with zero '0' as a string or char
Just as an adjunct to what you have there, length returns FALSE for a zero-length EXPR and also an undefined EXPR. The latter behaviour was introduced in 5.12.0 (perl5120delta: Other potentially incompatible changes).
Interestingly, given the general discussion here, the FALSE value returned for a zero-length EXPR is 0, while the FALSE value returned for an undefined EXPR is undef.
— Ken
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: methods for dealing with zero '0' as a string or char
by LanX (Saint) on Aug 16, 2019 at 13:08 UTC |