The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

poke.pl - create Cache Digests from lists of URLs

SYNOPSIS

  echo http://www.w3.org | dpoke.pl -duv saved-digest
  dpoke.pl saved-digest < old-access-log
  zcat old-access-log.gz | dpoke.pl -v saved-digest

DESCRIPTION

This program lets you create a Cache Digest from a list of URLs supplied via STDIN. This will then be saved to disk. The list of URLs can be in Squid log file format (the default), or simply a list of URLs (when the -u argument is supplied).

OPTIONS

-d

Debug mode - causes helpful debugging messages to be printed

-u

Input is a list of URLs rather than Squid log file format.

-v

Verbose mode - causes each URL being added to the Digest to be printed to STDOUT.

COPYRIGHT

Copyright (c) 1999, Martin Hamilton. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the JANET Web Cache Service, which is funded by the Joint Information Systems Committee (JISC) of the UK Higher Education Funding Councils.

AUTHOR

Martin Hamilton <martinh@gnu.org>