I need to write a script that fetches multiple documents over a single tcp session using HTTP/1.1. Does anyone have a recipe for doing something like this? I had thought to use LWP but I don't believe it supports pipelining yet (refer
for details...looks like this feature won't be ready until LWP6). Is LWPng usable for this sort of thing yet, or is there a better method for now?