|
Oak::Filer - Saves Persistent Descendants properties |
Oak::Filer - Saves Persistent Descendants properties
This module implement the base for the modules which will save data for Persistent Objects.
load(NAME,NAME,...)
# To create the default filer require Oak::Filer; my $filer = new Oak::Filer; $filer->store(NAME=>VALUE,NAME=>VALUE); my %props = $filer->load(NAME,NAME);
-------------
# to create a especialized filer use base qw(Oak::Filer);
Copyright (c) 2001 Daniel Ruoso <daniel@ruoso.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Oak::Filer - Saves Persistent Descendants properties |