Perl development styleguide

Alexander Wirt formorer at formorer.de
Thu Oct 11 19:58:12 CEST 2018


On Do, 11 Okt 2018, Ralph Seichter wrote:

> I use 'autopep8' for Python programming, and I wonder if there is an
> equivalent tool that enforces a Perl coding styleguide. Also, does such
> a styleguide actually exist? Perl's whole TMTOWTDI approach still makes
> me uncomfortable, to be honest. ;-)
There is modern Perl (http://modernperlbooks.com/) and Perl Best Practises
from Damian Conway. Based on the latter there is also perlcritic
(https://metacpan.org/pod/distribution/Perl-Critic/bin/perlcritic) which
analyses your code like autopep8 does. 

If you want to retain your mind, don't run it on the Amavis code.

Hope that helps

Alex


More information about the amavis-devel mailing list