Hi
In Boolean function evaluations using Perl, what is the difference between these two expressions:
#1 Y = (A & B) #2 Y = (A * B)
I cannot seem to find documentation on the #2 form of expression, even though I have seen #2 in Boolean expressions used in Perl. For example, this thread has #2 style: parser for evaluating arbitrarily complex boolean function in a string
Bill MurphyIn reply to Boolean operation: (A & B) vs (A * B) by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |