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


in reply to Commonly accepted style guide?

Style matters, because code that other people can't easily read is bad code. My definition of good formatting style is the one commonly seen in the canonical reference books like Programming Perl. This is easy to get by running perltidy with default options.