condition 条件、假设
true 真实、正确的
false 错误、伪造的
list清单、目录
undef 不明确的,
false:数字0、字符串“0”、“”、空list()、undef ;其他为true
!true not true =false
小于 lt =less than
大于 gt =greater than
等于 eq =equal to
小于等于 le
大于等于 ge
不等于 ne =ont equal
比较 cmp compare
else 其他的