http://qs321.pair.com?node_id=1174538


in reply to Re: Question regarding web scraping
in thread Question regarding web scraping

I don't recommend to use HTML::TreeBuilder::XPath because it's really slow (on files > 1M). HTML::TreeBuilder::LibXML is much faster and have almost the same syntax.