http://www.perlmonks.org?node_id=1047495


in reply to Get HTML content

There is a large number of ways to attack this, but I'd suggest using LWP::Simple combined with Mojo::DOM for parsing the tree. HTML::Parser or HTML::TreeBuilder are also options for the parse. how to parse html perl should give you some basic codes.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.