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.