I need to resolve a large number of HTTP requests asynchronously and write the retrieved HTTP pages to files named from the URLs.
AnyEvent::HTTP seems to be a good choice. However, in the call back as the following: I can't associate the $data to the $url.