a19ef16277
This class works just like LWP::UserAgent (and is based on it, by being a subclass of it), except that when you use it to get a web page but run into a possibly-temporary error (like a DNS lookup timeout), it'll wait a few seconds and retry a few times. from Sam Smith <s at msmith.net>
6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
This class works just like LWP::UserAgent (and is based on
|
|
it, by being a subclass of it), except that when you use it
|
|
to get a web page but run into a possibly-temporary error
|
|
(like a DNS lookup timeout), it'll wait a few seconds and
|
|
retry a few times.
|