I'm using the following command line in terminal on a Mac to clean over 500 html files in the folder Test: find /Users/joe/desktop/01282016/Test -type f -name "*.html" -exec tidy -f errors.txt -m -utf8 -i {} \; How can I do this with a perl script? I've checked CPAN but the documentation for this module is very brief and didn't help. Any help is greatly appreciated
In reply to Perl HTML::Tidy by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |