blob: 2ef8ef800708c95e5aa8889932ce5426b724cb2e (
plain)
1
2
3
4
5
6
|
Perltidy reads a perl script and writes an indented, reformatted
script. The formatting process involves converting the script into a
string of tokens, removing any non-essential whitespace, and then
rewriting the string of tokens with whitespace using whatever rules
are specified, or defaults. This happens in a series of operations
which can be controlled with parameters.
|