true
There is no special boolean values in Perl that would mean false or true. There are certain values that evaluate to false or true in boolean context.
See the explanation about false and boolean values and boolean context.
See also "defined" and "undef" that have different meaning in Perl.
Published on 2021-03-23
If you have any comments or questions, feel free to post them on the source of this page in GitHub. Source on GitHub.
Comment on this post