in reply to I need to automate/scrape data from IE

I tried using LWP, but couldn't connect because of SSL issues.
Can you be a bit more specific? LWP ought to be able to process https requests.

Instead of screen scraping, you could also try to find out where the page gets its data from, and just go straight to the source.

  • Comment on Re: I need to automate/scrape data from IE

Replies are listed 'Best First'.
Re^2: I need to automate/scrape data from IE
by CarlosT (Initiate) on Dec 07, 2011 at 17:45 UTC
    That would be my first choice as well, but I don't have access to that.