NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Missing wbb options (Score:2)
One difference is that we have "!~ >= = | & = **= += *= &= >= ||=
(didn't care to figure out the differences, sorry
A few other options we use:
--maximum-line-length=100 # be slightly more generous
--warning-output # Show warnings
--maximum-consecutive-blank-lines=2 # default is 1
--nohanging-side-comments # troublesome for commented out code
-isbc # block comments may only be indented if they have some space characters before the #
-ci=2 # Continuation indent is 2 cols
# for the up-tight folk
-pt=2 # High parenthesis tightness
-bt=2 # High brace tightness
-sbt=2 # High square bracket tightness
- ask
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Reply to This