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.
