Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
webpageparser.pl | 2013-12-12 | 2.8 kB | |
readme.txt | 2013-12-12 | 516 Bytes | |
Totals: 2 Items | 3.3 kB | 0 |
This is a simple web page parser based on Perl. It requires installation of LWP and HTTP which come standard in Perl 5.8+ The purpose of this script is to "beautify" raw html code that might not be properly formatted into a properly parsed and easy to read html page. It attempts to auto-correct unclosed tags that may render correctly in a browser but is incorrectly formatted. This script is setup to take a single url as input but can easily be modified to handle multiple urls or local input. Enjoy! Julie