2017-03-16から1日間の記事一覧

Perl ベストプラクティス 気になったもの

3.1. Identifiers Use grammatical templates when forming identifiers. 4.5. Constants Use named constants, but don't use constant. 4.10. Heredoc Indentation Use a "theredoc" when a heredoc would compromise your indentation. 4.18. List Member…