I'm not as interested in the actual file retrieved. What I am looking to measure is the response time, so I want to see the output from wget showing when download began and completed.
This is why I would prefer to parse the output within perl rather than capturing things I don't need into a file and parsing on the backend.