in reply to Making an array from a downloaded web page

For accessing the web, WWW::Mechanize is pretty nice.

  • Comment on Re: Making an array from a downloaded web page

Replies are listed 'Best First'.
Re^2: Making an array from a downloaded web page
by davidrw (Prior) on Jan 14, 2007 at 14:46 UTC
    And HTML::TableExtract in between (have it parse $mech->content) should making getting the content into tables pretty easy ..