Algorithm::LSH::Storage::Storable - Storage class (it uses Storable)
use Algorithm::LSH::Storage::Storable; my $storage = Algorithm::LSH::Storage::Storable->new; $storage->save($file_path); $storage->load($file_path);
Takeshi Miki <miki@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.