summaryrefslogtreecommitdiffstats
path: root/share/man/man7/style.perl.7
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-70/+78
|
* Prepare for mdoc(7)NG.ru2000-12-291-4/+3
|
* Scripts should contain a comment block describing what the script does.joe2000-10-191-0/+13
|
* Reference Larry Wall's perlstyle man page, and recommend it's use wherejoe2000-10-181-4/+17
| | | | | | | | entries in this guide don't override it. Requested by: markm Comment on tabulation style.
* Use 'unless' instead of 'if (! ... )' where it improves readability.joe2000-10-181-0/+7
|
* Opening braces should be at the end of the controlling line. Elsejoe2000-10-181-1/+33
| | | | | | | and elsif belong on the same line as the closing brace for the previous if or elsif block. Suggested by: des
* Contract a statement that's too verbose.joe2000-10-181-2/+0
|
* There are enough examples of using 'my $var = ...' definitions, so removejoe2000-10-181-7/+0
| | | | one.
* All variables should be commented.joe2000-10-181-0/+21
| | | | | | | Local variables should be separated from function arguments by a blank line. Suggested by: des
* Make subroutine prototypes mandatory.joe2000-10-181-0/+20
| | | | | | The main code should be wrapped in a MAIN:{ ... } declaration. Suggested by: des
* Fix the places that I missed last commit: 'vars' not 'var'.joe2000-10-181-2/+2
|
* Correction: 'use vars ..' not 'use var'.joe2000-10-171-1/+1
| | | | Submitted by: des
* Reclarify variable definition blocks.joe2000-10-171-15/+59
| | | | | | | Ask programmers to use modules where possible instead of reinventing the wheel. Use 'chomp' not 'chop' please. Fixup some mdoc.
* An initial draft of a style guide for perl scripts in the tree.joe2000-10-171-0/+98
OpenPOWER on IntegriCloud