in reply to Predictive HTTP caching in Perl

Just set up a web spider that spiders everything of interest, using HTTP::Cache::Transparent. Then make sure you're using the same cache with your real fetch script. If something has changed, HTTP::Cache::Transparent is very smart about it.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

Replies are listed 'Best First'.
Re^2: Predictive HTTP caching in Perl
by ryantate (Friar) on May 03, 2006 at 06:12 UTC
    This looks like a useful module, thanks. Not totally in line with my question, but probably the right direction to head in all the same.