woei has asked for the wisdom of the Perl Monks concerning the following question:
Hi fellow monks,
I'm trying to find a perltidy option that exhibits the following behaviour, consider:<P
use Carp qw(confess); use Cwd qw(abs_path); use File::Basename qw(fileparse); use Data::Dumper qw(); use Digest::SHA1 qw();
Is there a perltidy option that'd format it as:
use Carp qw(confess); use Cwd qw(abs_path); use File::Basename qw(fileparse); use Data::Dumper qw(); use Digest::SHA1 qw();
I remember having seen it before, but reading through the man page fails to come up with anything. Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help trying to find a Perltidy option
by Anonymous Monk on Jun 11, 2010 at 10:31 UTC | |
by Anonymous Monk on Jun 11, 2010 at 11:34 UTC | |
by Yary (Pilgrim) on Jun 11, 2010 at 19:23 UTC |