Otherwise the barewords 'false' and 'true' are treated as strings. Now if you rewrite false==true as false eq true, the second print will never be executed.use constant false=>0; use constant true=>1; if (false) { print "I do always get printed...\n" } if (false==true) { print "..and even do I" }
In reply to Re: question about the Truth
by Roger
in thread question about the Truth
by sH4ke
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |