PERLSTYLE(1) Perl Programmers Reference Guide PERLSTYLE(1)
PERLSTYLE(1) Perl Programmers Reference Guide PERLSTYLE(1) # PERLSTYLE(1) Perl Programmers Reference Guide PERLSTYLE(1) NNAAMMEE # perlstyle - Perl style guide DDEESSCCRRIIPPTTIIOONN # Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that will make your programs easier to read, understand, and maintain. The most important thing is to use strict and warnings in all your code or know the reason why not to. ...