![]() |
|
XP is just a number | |
PerlMonks |
Re: Perl::Critic policy for common Log::Log4perl mistakeby hesco (Deacon) |
on Nov 07, 2011 at 19:01 UTC ( #936559=note: print w/replies, xml ) | Need Help?? |
The OP here is not asking that Perl::Critic evaluate @super_long_array, but rather whether the call to $logger is appropriately wrapped by the conditional.
if( $lal && $lol ) { $life++; } if( $insurance->rationing() ) { $people->die(); }
In Section
Seekers of Perl Wisdom
|
|