Main > Programming > Libraries >

WebCache::Digest 1.00

WebCache::Digest 1.00

Sponsored Links

WebCache::Digest 1.00 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.014 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 942
Date added: 2007-03-27
Publisher: Martin Hamilton

WebCache::Digest 1.00 description

WebCache::Digest is a Cache Digest implementation in Perl.

SYNOPSIS

use WebCache::Digest;

# fetching a digest via HTTP
$d = new WebCache::Digest;
$d->fetch("flibbertigibbet.swedish-chef.org", 3128);

# dump header fields out for info
print STDERR $d->dump_header();

# saving a digest
$d->save("flib");

# loading a digest
$e = new WebCache::Digest;
$e->load("flib");

# creating a new digests
$f = new WebCache::Digest;
$f->create; # defaults to a digest with 500 URL capacity

# registering a URL and method in the digest
$f->register("get", "http://www.kha0s.org/">;
if ($f->lookup("get", "http://www.kha0s.org/">) {
print "hit!n";
}

# access to raw header and digest contents
print "header: " . unpack("H*", $f->header) . "n";
print "digest: " . unpack("H*", $f->digest) . "n";

# access to digest header block elements
print "Current version: " . $f->current_version . "n";
print "Required version: " . $f->required_version . "n";
print "Capacity: " . $f->capacity . "n";
print "Count: " . $f->count . "n";
print "Deletion count: " . $f->del_count . "n";
print "Size in bytes: " . $f->size_in_bytes . "n";
print "Bits per entry: " . $f->bits_per_entry . "n";

WebCache::Digest 1.00 Screenshot

Advertisements

WebCache::Digest 1.00 Keywords

Bookmark WebCache::Digest 1.00

Hyperlink code:
Link for forum:

WebCache::Digest 1.00 Copyright

WareSeeker periodically updates pricing and software information of WebCache::Digest 1.00 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of WebCache::Digest 1.00 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Oracle client is a simplistic Perl-based Oracle client. Free Download
Apache::Storage is Perl module containing simple functions to store and retrieve information from within the Apache process. Free Download
Equalize plug-in does a histogram equalization of the image. Free Download
CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. Free Download
Cache::Cache Perl module contains the Cache interface. Free Download
Cairo package contains Perl bindings to the cairo graphics library. Free Download
digest provides a tool to generate HTML index pages and image previews. Free Download
Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. Free Download