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

NAME

Algorithm::LSH::Storage::Storable - Storage class (it uses Storable)

SYNOPSYS

  use Algorithm::LSH::Storage::Storable;

  my $storage = Algorithm::LSH::Storage::Storable->new;
  $storage->save($file_path);
  $storage->load($file_path);

METHODS

save

load

AUTHOR

Takeshi Miki <miki@cpan.org>

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO