in reply to Re^3: Some thoughts around the "is Perl code maintainable" discussion
in thread Some thoughts around the "is Perl code maintainable" discussion
In my extensions to cperl-mode for Perl6 syntax (and here) I made a Perl6 like distinction between hashes and blocks in a way that no whitespace is allowed before the curlies of hashes. With that the distinction of hashes and blocks generally works better.
I always use my enhanced variant of cperl-mode also for Perl5 code due to features like this, so maybe you also give it a try.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Some thoughts around the "is Perl code maintainable" discussion
by blazar (Canon) on Aug 16, 2007 at 14:54 UTC |