Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl::Critic policy for common Log::Log4perl mistake

by hesco (Deacon)
on Nov 07, 2011 at 19:01 UTC ( [id://936559]=note: print w/replies, xml ) Need Help??


in reply to Perl::Critic policy for common Log::Log4perl mistake

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(); }
  • Comment on Re: Perl::Critic policy for common Log::Log4perl mistake

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://936559]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-19 05:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found