in reply to Going through a site and retrieving specific elements?

You may want to look at using WWW::Mechanize, also see the get-dispair example. If the pages require JavaScript then use WWW::Mechanize::Firefox or a similar module.

  • Comment on Re: Going through a site and retrieving specific elements?