| Collection documentation | view source | Contained in the Collection distribution. |
Collection::Storable - class for collections of data, stored in files.
use File::Temp qw/ tempfile tempdir /;
my $tmp_dir = tempdir();
my $coll = new Collection::Storable:: $tmp_dir
Class for collections of data, stored in files.
Creates a new Collection::Storable object.
my $coll = new Collection::Storable:: $tmp_dir
translate keys to store path
return hash of
{
<key1> => <relative path to key>
}
translate store path to key
return hash of
{
<relative path to key>=><key1>
}
Collection, README
Zahatski Aliaksandr, <zag@cpan.org>
Copyright (C) 2005-2008 by Zahatski Aliaksandr
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
| Collection documentation | view source | Contained in the Collection distribution. |