Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
perltidy -pbp -l=72 -vt=0 producesmy $bla = 'a string' . 'another string' . 'yet another' . 'too much fo +r one line';
I would like to getmy $bla = 'a string' . 'another string' . 'yet another' . 'too much for one line';
TIA Thomasmy $bla = 'a string' . 'another string' . 'yet another' . 'too much for one line';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: perltidy breaking before '=' ?
by hgolden (Pilgrim) on Sep 16, 2006 at 13:52 UTC | |
Re: perltidy breaking before '=' ?
by graff (Chancellor) on Sep 16, 2006 at 16:23 UTC | |
by shenme (Priest) on Sep 16, 2006 at 18:50 UTC | |
Re: perltidy breaking before '=' ?
by leriksen (Curate) on Sep 17, 2006 at 12:17 UTC |