]> git.donarmstrong.com Git - perltidy.git/blob - examples/README
[svn-inject] Installing original source of perltidy
[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 perltidy.bat - sample batch file for msdos installations
12
13 Some examples of a user defined callback object to parse perl:
14 --------------------------------------------------------------
15 find_naughty.pl - example using Perl::Tidy to find $`, $&, $' variables
16 perlcomment.pl  - example using Perl::Tidy to reformat comments
17 perllinetype.pl - example using Perl::Tidy to display types of lines
18 perlmask.pl     - example using Perl::Tidy to create a masked file
19 perlxmltok.pl   - example using Perl::Tidy to write a script in xml format
20