NAME
LCC::Backend::textfile - Backend using a textfile for permanent storage
SYNOPSIS
use LCC;
$lcc = LCC->new( | {method => value} );
$backend = $lcc->Backend( | {method => value} ); # auto textfile and name
$backend = $lcc->Backend( filename, | {method => value} ); # auto textfile
$backend = $lcc->Backend( 'textfile', filename, | {method => value} );
DESCRIPTION
The Backend object of the Perl support for LCC that uses flat textfiles for permanent storage. Do not create directly, but through the Backend method of the LCC object.
METHODS
See the methods available in the LCC::Backend module.
AUTHOR
Elizabeth Mattijsen, <liz@dijkmat.nl>.
Please report bugs to <perlbugs@dijkmat.nl>.
COPYRIGHT
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.
SEE ALSO
http://lococa.sourceforge.net, the LCC.pm and the other LCC::xxx modules.