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


in reply to 80 Line Limit for 100+ files

Perl::Tidy has a "line length" parameter. See Perl Tidy documentation. 80 characters is actually the default length used.

Code::TidyAll is also something you might want to take a look at.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics

Replies are listed 'Best First'.
Re^2: 80 Line Limit for 100+ files
by aufflick (Deacon) on Oct 08, 2012 at 04:45 UTC
    Trolling on PerlMonks must be very hard when even questions like this have a ready and sensible answer :)