Navigation

home code debian images resume weblog wiki

Older news:

Dec 11, 2006:

Debian GNU/Linux

About lychnis.net
Jul 7, 2005:
Wanneer gebruik je -d en wanneer gebruik je -t?
Feb 18, 2005:
Mixing whitespace
Jan 10, 2005:
The difference between dogs and cats
Dec 22, 2004:
Sunrise in winter
Dec 12, 2004:
New site layout

Browse:


Coding style guide - Perl/meta

Posted on 2004-03-25 by ivo :: /meta :: link

The style I like in perl can probably be best represented by the following perltidy commandline:

perltidy -sbt=2 -bt=2 -bbt=0 -ci=2 -icp -nicb -ibc -hsc -noll
-msc=2 -nsts -nsfs -pt=2 -syn -w -ce -i=8 -t -nbbc -nbbs -nbbb
-nbl -nsbl -bar -dnl

There is more to it, but this will have to do for now. Most of the principles from the C style guide will apply here, too.