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.
|
|---|
| 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 |