
MetaStore::Cmetalinks - class for collections of data, stored in database.

use MetaStore::Cmetalinks;
my $links = new MetaStore::Cmetalinks::
dbh => $dbh,
table => 'metalinks',
field => 'lsrc';

Class for collections of data, stored in database.


MetaStore, Collection::AutoSQLnotUnique,README

Zahatski Aliaksandr, <zag@cpan.org>

Copyright (C) 2006-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.