| Server IP : 23.254.227.96 / Your IP : 216.73.216.183 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/perltidy/examples/ |
Upload File : |
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
pt.bat - sample batch file for msdos installations
(change name to perltidy.bat)
perltidyrc_dump.pl - a program to dump a .perltidyrc file
see comments inside for usage
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