http://www.perlmonks.org?node_id=733690


in reply to Perl best practices fanatism

I hope Perl::Critic will save us from the C-style programmers. I frequently come across some module or program that spends dozens of lines needlessly predeclaring variables. I wish there was a policy for detecting that. The closest I've found is Perl::Critic::Policy::Variables::ProhibitUselessInitialization.