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.

Thanks!

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


Reply via email to