I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-04-30 14:03:46.097571-07 by ruz in response to 12675
Re: How about negation in Parse::BooleanLogic
FYI: NOT(A AND B) = NOT(A) OR NOT(B)

However, if you have a patch that implements it in a good way and make it optional then I'll apply it. I think it's possible to do in backwards compatible way and quite natural.

Note that the module supports &, | and other symbols as boolean operators and the same should be applied to NOT operator, so it can be 'NOT', '!' or '-'...
Direct Responses: Write a response