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

NAME

OpenInteract::Config::PerlFile - Read/write information from/to a perl file

DESCRIPTION

Create a 'read_config' method to override the base Config method. See OpenInteract::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.

COPYRIGHT

Copyright (c) 2001-2002 intes.net, inc.. 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>