Tweak audio/festvox-ked8 version 1.4.0_1
[dports.git] / math / p5-Math-Logic / pkg-descr
1 Perl's built-in logical operators, C<and>, C<or>, C<xor> and C<not>
2 support 2-value logic. This means that they always produce a result
3 which is either true or false. In fact perl sometimes returns 0 and
4 sometimes returns undef for false depending on the operator and the
5 order of the arguments. For "true" Perl generally returns the first
6 value that evaluated to true which turns out to be extremely useful
7 in practice. Given the choice Perl's built-in logical operators are
8 to be preferred -- but when you really want pure 2-degree logic or
9 3-degree logic or multi-degree logic they are available through
10 this module
11
12 WWW: http://search.cpan.org/dist/Math-Logic/