in reply to Re: extracting data from HTML
in thread extracting data from HTML
# sighs
I have looked into so many modules already... and not one off the modules gave me a workable solution for something so obviuos
can't it be simple, like:
my $BlahBlahParser = XML::BlahBlah->new(); my $XMLobj = $BlahBlahParser->load_html("http://www.perlmonks.org/");
and then use any ordinary XPath to query my document or extract some paragraphs of text?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: extracting data from HTML
by Anonymous Monk on Jun 03, 2012 at 19:18 UTC | |
by Anonymous Monk on Jun 03, 2012 at 19:27 UTC |