I need to write a couple of perl scritps to do some stress-testing on some new network equipment. One of the requirements is that I need to make a few dozen http connections to a webserver (which is easy using LWP::UserAgent) and hold them open (which I have no idea how to do). Can anyone offer suggestions on how I can hold HTTP connections open?