
HTML::Index::Store::DataDumper - subclass of HTML::Index::Store using Data::Dumper.

my $store = HTML::Index::Store::DataDumper->new(
DB => $path_to_data_dumper_file_directory
);

This module is a subclass of the HTML::Index::Store module, that uses Data::Dumper files to store the inverted index.


Ave Wrigley <Ave.Wrigley@itn.co.uk>

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.