
Oak::Filer - Saves Persistent Descendants properties


This module implement the base for the modules which will save data for Persistent Objects.

Abstract in Oak::Filer, stores the specified data.
Abstract in Oak::Filer, loads the specified data.

# 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.