in reply to Re: Your Favorite Options for Perltidy
in thread Your Favorite Options for Perltidy
Perltidy can also be used for other things than code formatting. In fact, it can be bloody helpful. Take the following heartsinking error message:
Bugger. So where is the missing curly brace? Dunno. Have no fear, for Perltidy will tell me in the error file it creates.Missing right curly or square bracket at ccpd.pl line 1102, at end of +line syntax error at ccpd.pl line 1102 at EOF
Now that rocks.The most recent un-matched '{' is on line 567 567: sub createAuthMessage {
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Your Favorite Options for Perltidy
by ambrus (Abbot) on Nov 06, 2005 at 10:42 UTC | |
Re^3: Your Favorite Options for Perltidy
by Anonymous Monk on Nov 06, 2005 at 11:49 UTC | |
by vek (Prior) on Nov 06, 2005 at 17:16 UTC |