in reply to Re: In HTML , I Want to process only Data and Not tags
in thread In HTML , I Want to process only Data and Not tags
I second the vote for HTML::TreeBuilder, but I also would like to recommend XML::TreeBuilder. It uses the same handy API, which just makes my life so much simpler. There are most likely cases where other modules -- such as XML::Twig -- make more sense, but I don't know of them off the top of my head.
|
---|