]> git.donarmstrong.com Git - perltidy.git/blob - examples/README
* upgrade to the 20060614 release
[perltidy.git] / examples / README
1 These are some files to test and illustrate Perl::Tidy
2
3 testfa.t - test with input from file and output to array
4 testff.t - test with input from file and output to file
5
6 ex_mp.pl - example from Perl::Tidy(3) man page
7 lextest  - needed by testfa. and testff.t
8
9 bbtidy.pl - a main program which works as a filter under BBEdit+MacPerl
10
11 pt.bat - sample batch file for msdos installations
12         (change name to perltidy.bat)
13
14 perltidyrc_dump.pl - a program to dump a .perltidyrc file
15     see comments inside for usage
16
17 Some examples of a user defined callback object to parse perl:
18 --------------------------------------------------------------
19 find_naughty.pl - example using Perl::Tidy to find $`, $&, $' variables
20 perlcomment.pl  - example using Perl::Tidy to reformat comments
21 perllinetype.pl - example using Perl::Tidy to display types of lines
22 perlmask.pl     - example using Perl::Tidy to create a masked file
23 perlxmltok.pl   - example using Perl::Tidy to write a script in xml format
24