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-2020 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
DiaColloDB::Logger(3pm), DiaColloDB::Temp::Array(3pm), DiaColloDB::Temp::Hash(3pm), DiaColloDB::Temp::Vec(3pm), DiaColloDB(3pm), perl(1), ...