In general programming terms, a false value is one that is either 0 (zero) or "" (an empty string).
0
""
Since the Perl programming language has a notion of undefined values, they too are considered false.