in reply to Re^6: Undefined vs empty string (so much not)
in thread Undefined vs empty string

But my point was ...

I think my point is , searching for "not !" is very difficult, so links and examples would be nice

update : found one, need more Perl::Critic::Policy::ValuesAndExpressions::ProhibitMixedBooleanOperators - Write !$foo && $bar || $baz instead of not $foo && $bar or $baz.

  • Comment on Re^7: Undefined vs empty string (low-precedence logical / boolean and/or/not versus not ! && || in mundane situations)

Replies are listed 'Best First'.
Re^8: Undefined vs empty string ( not($length) precedence traps )
by Anonymous Monk on Jun 05, 2013 at 08:11 UTC