
OpenInteract2::Config::PerlFile - Subclass OpenInteract2::Config to read/write information from/to a perl file

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.

read_config( $filename )
Read configuration directives from $filename.
The configuration directives are actually perl data structures saved in an evalable 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.

Nothing known.

None known.


Copyright (c) 2001-2005 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.

Chris Winters <chris@cwinters.com>