LCC::Backend::Storable - Backend using Storable for permanent storage
use LCC; $lcc = LCC->new( | {method => value} );
$backend = $lcc->Backend( filename, | {method => value} ); # auto type $backend = $lcc->Backend( 'Storable', filename, | {method => value} );
The Backend object of the Perl support for LCC that uses the Storable.pm module for permanent storage. Do not create directly, but through the Backend method of the LCC object.
See the methods available in the LCC::Backend module.
Elizabeth Mattijsen, <liz@dijkmat.nl>.
Please report bugs to <perlbugs@dijkmat.nl>.
Copyright (c) 2002 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
http://lococa.sourceforge.net, the LCC.pm and the other LCC::xxx modules.