The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

TO DO

Nothing known.

BUGS

None known.

SEE ALSO

Data::Dumper

OpenInteract2::Config

COPYRIGHT

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.

AUTHORS

Chris Winters <chris@cwinters.com>