perrin has asked for the wisdom of the Perl Monks concerning the following question:
Here's an example:
my @list = ('1', '2', '3', ); my %hash = (a => '1', b => '2', c => '3', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perltidy list formatting
by Util (Priest) on Oct 26, 2005 at 20:41 UTC | |
by perrin (Chancellor) on Oct 26, 2005 at 21:37 UTC | |
|
Re: perltidy list formatting
by planetscape (Chancellor) on Oct 27, 2005 at 06:51 UTC |