The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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