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

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

HTML::Index =item HTML::Index::Store

AUTHOR

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

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.