On 08/08/2013 18:18, David Precious wrote:
On Thu, 8 Aug 2013 22:42:01 +0530
Unknown User <knowsuperunkn...@gmail.com> wrote:
What would be the best module available for parsing html in your
opinion? My intention is to parse html that contains a table of 5
columns and any number of rows
For parsing HTML tables, you want HTML::TableExtract, IMO.
Yes. It would help if you explained more about what you want to do, and
showed some HTML rather than just the desired data structure, but
HTML::TableExtract seems to be the right module for this.
There are better HTML parsers for general purposes. XML::LibXML will
handle HTML, and HTML::TreeBuilder is nice.
Rob
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/