NAME

Net::Whois::Proxy - an easy to use recursive whois client library

DESCRIPTION

The File::Fingerprint::Huge library is designed to quickly finger print very large files which a very high probability of uniqueness. However absolute uniqueness cannot be guaranteed.

SYNOPSIS

use File::Fingerprint::Huge;
my $fp = File::Fingerprint::Huge->new("/largefile");

my $crc64 = $fp->fp_crc64;

print $crc64 . "\n";

exit;

Also see the whois.pl example script provided with the library distrobution

METHODS

new(file)

Create a new File::Fingerprint::Huge object based on file which is a large file to scan.

file(filename)

Change the file to checksum by assigning filename as the new file.

fp_crc64()

Return a CRC64 number based on large file scan

fp_md5hex()

Return the file has md5 base64 checksum (32 char)

AUTHOR

Colin Faber <cfaber@gmail.com>

Based on work from http://perlmonks.org/?node_id=951861

LICENSE

(C) Colin Faber All rights reserved. This license may be used under the terms of Perl it self.