NAME
DiaColloDB::Temp - Descript: DiaColloDB: temporary data structures: common base class
SYNOPSIS
##========================================================================
## PRELIMINARIES
use DiaColloDB::Temp;
##========================================================================
## DiaColloDB::Temp API
undef = $obj->cleanup();
DESCRIPTION
Gloabls
- Variable: @ISA
-
DiaColloDB::Temp inherits from DiaColloDB::Logger.
DiaColloDB::Temp API
- cleanup
-
undef = $obj->cleanup();
Unlinks underlying file(s), only if the calling objects created with the 'UNLINK' option. Subclasses should probably call this from their DESTROY() method.
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2015-2016 by Bryan Jurish
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.14.2 or, at your option, any later version of Perl 5 you may have available.
SEE ALSO
dcdb-create.per(1), dcdb-query.perl(1), dcdb-info.perl(1), dcdb-export.perl(1), dcdb-dump.perl(1), DiaColloDB(3pm), perl(1), ...