yitzle wrote:

I'm using WWW::Mechanize to retrieve a web page. I get to this line:

my $page = $mech->response()->decoded_content();

The page got a <table> with values I wish to extract. What module is best suited to getting to that data?

I'm hoping for a somewhat simple to use module. WWW::Mechanize is the
first object oriented module I used (this project), so I'm still getting used to it.

Hi. I recommend HTML::TableExtract for what you're describing. We can
help you more if you give us the URL of the web page you're looking at
and what data you need from it.

HTH,

Rob

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to