$i = undef; print(defined($i) ? "[$i]" : 'undef', "\n"); $i = !1; print(defined($i) ? "[$i]" : 'undef', "\n"); __END__ output ------ undef []
In reply to Re^2: Logical expression evaluation
by ikegami
in thread Logical expression evaluation
by nghosh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |