Perl Best Practices -
: Organize code into logical "paragraphs" separated by whitespace, with a single-line comment explaining the purpose of each chunk. Core Language Guidelines 20 most important Perl Best Practices - PerlMonks
: Design a module's interface (API) first by "play-testing" examples of how it will be used. Perl Best Practices
Consistency is more important than any single style choice. Automated tools help enforce these standards: : Organize code into logical "paragraphs" separated by