File: README

package info (click to toggle)
perltidy 20031021-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,364 kB
  • ctags: 591
  • sloc: perl: 16,452; makefile: 46
file content (20 lines) | stat: -rw-r--r-- 865 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
These are some files to test and illustrate Perl::Tidy

testfa.t - test with input from file and output to array
testff.t - test with input from file and output to file

ex_mp.pl - example from Perl::Tidy(3) man page
lextest  - needed by testfa. and testff.t

bbtidy.pl - a main program which works as a filter under BBEdit+MacPerl

perltidy.bat - sample batch file for msdos installations

Some examples of a user defined callback object to parse perl:
--------------------------------------------------------------
find_naughty.pl - example using Perl::Tidy to find $`, $&, $' variables
perlcomment.pl  - example using Perl::Tidy to reformat comments
perllinetype.pl - example using Perl::Tidy to display types of lines
perlmask.pl     - example using Perl::Tidy to create a masked file
perlxmltok.pl   - example using Perl::Tidy to write a script in xml format