Hi,
Background: I need to get updated data for all of my users. The data resides on a secure site so the script needs to login (using cookies) Traverses some inner URLs and then fetch the required data.
Tools: WWW::Mechanize or Curl
What is the best tool for my needs? Performance is a big issue I need to get the updated data as fast as possible due to the reason that I need to get updated data to lots of users.
Is it possible to fire up multiple requests using the WWW::Mechanize library?
Thanks