in reply to Re^2: Perl allows you to change the definition of false to make it true. (And vice versa.)
in thread Perl allows you to change the definition of false to make it true. (And vice versa.)
do &maybe if boolean($value)->isTrue;
Surely he meant:
do &maybe if boolean( true eq boolean($value)->isTrue() )->isTrue();
(:
- tye
|
---|