NAME
HTML::Index::Store::DataDumper - subclass of HTML::Index::Store using Data::Dumper.
SYNOPSIS
my $store = HTML::Index::Store::DataDumper->new(
DB => $path_to_data_dumper_file_directory
);
DESCRIPTION
This module is a subclass of the HTML::Index::Store module, that uses Data::Dumper files to store the inverted index.
SEE ALSO
AUTHOR
Ave Wrigley <ave.wrigley@gmail.com>
COPYRIGHT
Copyright (c) 2001 Ave Wrigley. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.