in reply to Re^2: Check website has update file using www::mechanize
in thread Check website has update file using www::mechanize
HTTP has provisions for not sending data if it is younger than a given timestamp. See the ->mirror method of LWP::UserAgent and/or the If-Modified-Since header of HTTP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Check website has update file using www::mechanize
by Tux (Canon) on May 25, 2016 at 07:26 UTC | |
|
Re^4: Check website has update file using www::mechanize
by perlmad (Sexton) on May 25, 2016 at 10:32 UTC | |
by Tux (Canon) on May 25, 2016 at 11:21 UTC | |
by perlmad (Sexton) on May 25, 2016 at 11:35 UTC | |
by Tux (Canon) on May 25, 2016 at 12:48 UTC |