in reply to Getting data out of a remote web page

I am not sure I have a better answer so much as an alternative.

If the data is in html table format, you might look at HTML::TableExtract. I have used it once or twice for getting detailed financial info from Yahoo! and it was very handy.

Originally posted as a Categorized Answer.

  • Comment on Re: Getting data out of a remote web page