I am testing my company's web site using LWP. We use DNS round robin to serve one URL from 8 IP addresses. I want to associate the data I collect with the right server so I'd like to capture the IP address of the server that was returned by DNS. Is there a method or property that returns this data? Do I need to use a lower level module than LWP? Any help would be much appreciated.
PS. Simply testing each IP or host is not prefered.