Next:
Comparison
Up:
Introduction to Perl
Previous:
In HTML you use
 
Contents
 
Index
Boolean Expressions (True and False)
Subsections
Comparison
What is Truth?
The number 0 is false. All other numbers are true.
The string '0' is false.
The empty string, ' ' , is false.
The special value undef is false.
Boolean Algebra
Tom Hunt 2002-06-09