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.
Comment on
Re^2: Question regarding web scraping
In Section
Seekers of Perl Wisdom