HTML::Index::Store::DataDumper - subclass of


HTML-Index documentation  | view source Contained in the HTML-Index distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

SEE ALSO

Top

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

AUTHOR

Top

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

COPYRIGHT

Top


HTML-Index documentation  | view source Contained in the HTML-Index distribution.