in reply to Re^3: What could make "()" a good value for boolean false?
in thread What could make "()" a good value for boolean false?
…Maybe this is what is meant?
perl -le 'sub bingo { return 0 }; @a = bingo(); print @a ? "True" : "F +alse"' True
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: What could make "()" a good value for boolean false?
by Anonymous Monk on Mar 31, 2016 at 07:54 UTC | |
by ikegami (Patriarch) on Apr 01, 2016 at 15:55 UTC |