Tagged Questions

2
votes
2answers
576 views

How can I determine the download speed and amount from LWP::Simple's getstore()?

When using the perl module LWP::Simple, is there a simple way to determine the speed and amount downloaded by a single getstore() invocation? This would be useful for observing the status of large ...