NAME
OpenInteract2::Config::PerlFile - Subclass OpenInteract2::Config to read/write information from/to a perl file
DESCRIPTION
Create a 'read_config' method to override the base Config method. See OpenInteract2::Config for usage of this base object.
The information in the config file is perl, so we do not have to go through any nutty contortions with types, etc.
METHODS
read_config( $filename )
Read configuration directives from $filename
. The configuration directives are actually perl data structures saved in an eval
able format using Data::Dumper.
save_config( $filename )
Saves the current configuration to $filename
. Normally not needed since you are not always changing configurations left and right.
TO DO
Nothing known.
BUGS
None known.
SEE ALSO
COPYRIGHT
Copyright (c) 2001-2004 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Chris Winters <chris@cwinters.com>